What is the Application of oops?
Application of OOP (Object Oriented Programming Language) Below I have mentioned various applications of OOPs: Client-Server Systems Object-oriented Programming is used widely in the design of Client-Server Systems. This Client-Server provides the IT infrastructure and helps to create object-oriented Client-Server Internet (OCSI) applications. Infrastructure may be operating systems, our networks,…
Applet life cycle with explanation
Before moving on the applet life cycle lets know about what is Java applet. Java applet is a program that runs within a web browser. Basically Applet is a Java class that is run within the web browser. Here the scenario is that Java provides the code for the applet….
Advantages and disadvantages of oops in java
In java oops have a very wide level of advantage. Because of this wide level of advantages in today’s world oop is now become the first choice for all the developers and software solution provider companies. List of some advantages of Oops Simplicity: oops is very easy to learn and…
A real-time example of multithreading in java
In this article we will focus on to know what is the real time example of multithreading in Java. Real time example means we will see where multithreading concept is uses practically. In short If I will say then whatever device and instruments we are using, everywhere multithreading concept is…
What is core java? Explain it
Core Java is the simplest part of Java that contains libraries. It is used to develop a desktop-based application, not a web application. In Sun’s term core java is used to refer to Java SE. SE stands for the standard edition and it is a set of related technologies. Related…
Java: Comparator and Comparable in Java with example
In this tutorial, we will learn how Comparator and Comparable in Java, works with the help of examples. Both comparator and comparable are used to sort the list of elements. Comparable Interface Comparable is a public interface that provides a single sorting sequence and it is present in java.lang package….