Author: FC Team

operators in java 0

Operators in Java

Any programming language which we use to process data and to get help with manipulating it according to the user’s needs, performs some kind of operations on the data. These operations are carried out...

ways to create objects in java 0

Ways to Create Objects in Java

We already knew that Java is an object-oriented programming language. This has led to the development of many applications for desktop, mobile, and other gadgets. In other words, java is nothing without an object....

null in Java 0

Digging deep into Null in Java

There is absolutely no Java programmer who has escaped the NullPointerException. Even though the creation of null was indispensable, other complexities that it causes have led the programmers to avoid using it. But you...

java comments 0

Comments in Java – Types and Examples

Various programmers usually write, test, and verify a program code. Even on a small scale, a code must be understood by other viewers who examine it. Therefore, a small explanation or a note must...