Tutorial
Classification of Data Structure
Data Structures are normally classified into two broad categories. 1.Primitive Data Structure 2.Non-primitive data Structure Data types A particular kind
Read moreWhat is Data Structure?
Data structure is a representation of the logical relationship existing between individual elements of data. Data Structure is a way
Read moreIntroduction to Data Structure
Computer is an electronic machine which is used for data processing and manipulation. When programmer collects such type of data
Read moreInstall LibreOffice 6.0.4 in CentOS
LibreOffice is an open source and much powerful personal productivity office suit for Linux, Windows & Mac, that provides feature
Read moreIntroduction of Computer Network
Introduction to Computer Networks Data Communication:When we communicate, we are sharing information. This sharing can be local or remote. Between
Read moreTypes of Networks
LANs (Local Area Networks) A network is any collection of independent computers that communicate with one another over a shared
Read moreBasic Networking
computer Network A network is any collection of independent computers that communicate with one another over a shared network medium.
Read moreJava Program to print Odd numbers from 1 to n or 1 to 100
public class JavaEx { public static void main(String args[]) { int n = 100; System.out.print(“Odd Numbers from 1 to “+n+”
Read moreJava Program to print Even numbers from 1 to n or 1 to 100
public class JavaEx { public static void main(String args[]) { int n = 100; System.out.print(“Even Numbers from 1 to “+n+”
Read more