List Headline Image
Updated by aman Singh on Aug 31, 2021
 REPORT
aman Singh aman Singh
Owner
37 items   1 followers   0 votes   2 views

Cobol-Programming

COBOL Programming Syntax

COBOL Arithmetic Operators - Tutorial And Example

COBOL Arithmetic Operators with tutorial and examples

COBOL CALL Operations - Tutorial And Example

COBOL CALL Operations with tutorial and examples on HTML, CSS, JavaScript, XHTML, Java, .Net, PHP, C, C++, Python, JSP, Spring, Bootstrap, jQuery, Interview Questions etc.

COBOL Arrays - Tutorial And Example

COBOL Arrays with tutorial and examples on HTML, CSS, JavaScript, XHTML, Java, .Net, PHP, C, C++, Python, JSP, Spring, Bootstrap, jQuery, Interview Questions etc.

COBOL Internal Representation of Data - Tutorial And Example

COBOL Internal Representation of Data with tutorial and examples on HTML, CSS, JavaScript, XHTML, Java, .Net, PHP, C, C++, Python, JSP, Spring, Bootstrap, jQuery, Interview Questions etc.

COBOL Indexed File - Tutorial And Example

COBOL Indexed File with tutorial and examples on HTML, CSS, JavaScript, XHTML, Java, .Net, PHP, C, C++, Python, JSP, Spring, Bootstrap, jQuery, Interview Questions etc.

Python program to sort the array element into ascending order - Tutorial And Example

Python program to sort the array element into ascending order with tutorial and examples on HTML, CSS, JavaScript, XHTML, Java, .Net, PHP, C, C++, Python, JSP, Spring, Bootstrap, jQuery, Interview Questions etc.

The Stack class is part of the collection framework that inherits the Vector class. Thus, the Stack class can also be called a subclass of the Vector class. It implements the stack data structure that works on LIFO (Last In First Out) principle. The stack program in Java shows the usage of the stack in the program.

Heap Sort in Java - Tutorial And Example

Heap Sort in Java with tutorial and examples on HTML, CSS, JavaScript, XHTML, Java, .Net, PHP, C, C++, Python, JSP, Spring, Bootstrap, jQuery, Interview Questions etc.

Quick Sort in Java - Tutorial And Example

Quick Sort in Java with tutorial and examples on HTML, CSS, JavaScript, XHTML, Java, .Net, PHP, C, C++, Python, JSP, Spring, Bootstrap, jQuery, Interview Questions etc.

Bucket Sort in Java - Tutorial And Example

Bucket Sort in Java with tutorial and examples on HTML, CSS, JavaScript, XHTML, Java, .Net, PHP, C, C++, Python, JSP, Spring, Bootstrap, jQuery, Interview Questions etc.

In this section, we will learn how to write basic Java programs. But first we need to take care of the following requirement list.

To execute a Java program, one has to:

Install JDK
Set the jdk/bin path in the PATH environment variable.

Find the Middle Element of the Linked List in C - Tutorial And Example

Find the Middle Element of the Linked List in C with tutorial and examples on HTML, CSS, JavaScript, XHTML, Java, .Net, PHP, C, C++, Python, JSP, Spring, Bootstrap, jQuery, Interview Questions etc.

Let’s first understand the full form of the STL in C++. So STL stands for Standard template library.

STL definition

Standard template library (STL) in C++ is the library which provides us the set of C++ template classes which further provides us the generic classes and functions that we are using in implementation of data structures and algorithms.

Components of STL
So basically STL contains four components and those are given below:

Containers.
Algorithms
Iterators
Function object.

The versions of Python come with different kinds of features and functionalities. It is not a herculean task to keep track of the updates these days. Just some simple pre-requisites and you are on the path of consistent learning in Python. Python is compatible on all platforms and we can execute its programs on different operating systems. Here we will be looking at some ways & means and how they provide us a medium to check the version of Python installed on our PCs.

Writing a program in Python is an easy task, beginners who are ready to kickstart their career in the world of programming can create wonders if they practice basic programs every day.

Python is a simple and easy-to-learn language. The feature that makes it popular is its understandable syntax. So, a person from a non-technical background will also get an idea of what exactly our objective is.

Python is the most preferred language in all the big leading companies which are the tech giants of the IT Industry. Some widely used applications such as YouTube & Dropbox use this language.

Since python is a high-level language there is no need to worry about the details of memory management in the program. Also, it’s interactive in nature so the users can directly execute their chunks of code on the interpreter.

String Pool in Java - Tutorial And Example

String Pool in Java with tutorial and examples on HTML, CSS, JavaScript, XHTML, Java, .Net, PHP, C, C++, Python, JSP, Spring, Bootstrap, jQuery, Interview Questions etc.

All the Linux commands are executed on the terminal provided by the Linux system. This terminal is a command-line interface to implement and display command outputs. Linux OS CLI is called terminal, and Windows OS CLI is called command prompt.

We can perform various tasks using the terminal. All the tasks could be divided according to the categories of the commands we are going to discuss like, File commands, Process management, Searching, System info, Compression, Networking, and many more.

Dictionary is a data structure in Python that represents our data in the form of keys and values.

Each value in a dictionary can be accessed using its corresponding key.

Let us have a look at some more properties of a Dictionary-

All the keys in a dictionary should be unique.
The keys in the dictionary are case-sensitive which means ‘shape’ and ‘SHAPE’ are treated as two different keys.

In this problem, we need to find the length of the longest palindrome list that is present in given linked list.

Examples:

Input: List = 2 ->4 ->7 ->4 ->2 ->12 ->0

Output: 5

The longest palindrome list is 2 ->4 ->7 ->4 ->2

Input:List = 12 ->5 ->5 ->3 ->11

Output:2

The longest palindrome list is 5 -> 5

SSD Full Form - Tutorial And Example

SSD Full Form with tutorial and examples on HTML, CSS, JavaScript, XHTML, Java, .Net, PHP, C, C++, Python, JSP, Spring, Bootstrap, jQuery, Interview Questions etc.

JDK (Java Development Kit) is a software development environment which has collection of various tools and libraries to develop a Java program.

In order to run a Java program, you have to install JDK in you device. After the JDK installation, path has to be set properly, or else you cannot run the code.

Only if the Java file exists outside the jdk/bin folder, it is required to set the path of JDK. If the file is saved within the jdk/bin folder itself, there is no need to set the path.

Array to function in C - Tutorial And Example

Array to function in C with tutorial and examples on HTML, CSS, JavaScript, XHTML, Java, .Net, PHP, C, C++, Python, JSP, Spring, Bootstrap, jQuery, Interview Questions etc.

MATLAB Data types - Tutorial And Example

MATLAB Data types with tutorial and examples on HTML, CSS, JavaScript, XHTML, Java, .Net, PHP, C, C++, Python, JSP, Spring, Bootstrap, jQuery, Interview Questions etc.

Java 8 Features - Tutorial And Example

Java 8 Features with tutorial and examples on HTML, CSS, JavaScript, XHTML, Java, .Net, PHP, C, C++, Python, JSP, Spring, Bootstrap, jQuery, Interview Questions etc.

Cassandra Query Language vs Structured Query Language - Tutorial And Example

Cassandra Query Language vs Structured Query Language with tutorial and examples on HTML, CSS, JavaScript, XHTML, Java, .Net, PHP, C, C++, Python, JSP, Spring, Bootstrap, jQuery, Interview Questions etc.