100 Important Java MCQ (MCQs Online Test)

java mcq

100 Important Java MCQ (MCQs Online Test) Java MCQ – Java MCQ with Answers -All these are very important Java MCQ (Multiple choice) questions and answers for the students and professionals to get success in any written exam as well as interview exam which want to check the knowledge of Java.   Java MCQ set … Read more

What is Thread – Definition, Applications, Multithreading in Java Tutorial

What is Thread – Definition, Applications, Multithreading in Java Tutorial What is Thread – Definition, Applications, Multithreading Tutorial – Threads are a way for a program to split itself into two or more parallel running tasks.   What is thread Threads are a lightweight process. Thread consumes fewer system resources as compared with processes.   … Read more

Java Layout Manager – Webpage Layout Tutorials

Java Layout Manager Tutorials

Java Layout Manager – Webpage Layout Tutorials Webpage Layout – The arrangement of various components within a container (window, applet, etc.) is called a webpage layout. The components are label, button, textbox, text fields, menus, etc. When you design a webpage first you need to decide the arrangement of various components on the page. Java … Read more

Network programming – Networking classes and interfaces in java

Tutorial in java

Network programming – Networking classes and interfaces in java Network programming – Java is an internet programming language. Java supports the package java.net to make internet programs. Java supports two types of protocols- TCP/IP Protocol UDP Protocol   TCP/IP Protocol – Tutorial in java TCP/IP is a connection-oriented protocol. It is a reliable stream connection … Read more

Java Streams Tutorial – Input Output Files in Java

java streams examples

Java Streams Tutorial – Input Output Files in Java Java Streams Tutorial – In file processing, Input means the flow of data into a program and output means the flow of data out of the program. Input to the program may come to various sources such as Keyboard Mouse Microphone Disk Network, etc. The output … Read more

What are the Object Oriented Programming Principles

Object Oriented Programming Principles

What are the Object Oriented Programming Principles Object Oriented Programming Principles – The principles of object oriented programming are three. These three principles are as follows- What are three principles of object oriented programming Encapsulation What is Encapsulation The combining of data and methods in a single unit is called encapsulation. This single unit is called … Read more