Tag: Java
Found 7441 Articles for Java 4K+ Views
- Null Pointer Exception in JavaA NullPointerException in Java is a RuntimeException. It occurs when a program attempts to use an object reference that has the null value. In Java, "null" is a
- Collections Class in JavaThe Collections class in Java is a utility class provided by the Java Collections Framework that contains static methods for performing common operations on col
- Java OOP(Object Oriented Programming) ConceptsObject-Oriented Programming (OOP) is a programming paradigm based on the concept of objects that contain data (fields) and behavior (methods). It focuses on des
- Java StringsIn Java, a String is the type of object that can store a sequence of characters enclosed by double quotes and every character is stored in 16 bits, i.e., using
- Introduction to JavaJava is a high-level, object-oriented programming language developed by Sun Microsystems in 1995. It is mostly used for building desktop applications, web appli
- Field setLong() method in Java with ExamplessetLong() method of java.lang.reflect.Field used to set the value of a field as a long on the specified object. When you need to set the value of a field of an