What is the importance of c language?
It does not matter how fast our technology is moving and how much new language is coming in the market but still, In today’s world, we can’t ignore the C programming language. Still, there is very significant use of the C programming language in today’s world. Let see how C…
Write the difference between java and javascript
Java and JavaScript both are completely different languages. In simple words, we can also say that it is like different sides of a coin but also if we try to find then they have some little similarities. Both are mostly used language by the programmer and developer. but the way…
Explanation of all types of classes in java
There are total 6 types of classes in Java 1). Concrete class A concrete class is a normal class that does not extend any abstract class, parent class, and also not implemented any interface. It has all methods of itself. In general, for any small programs, we use a concrete…
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…