InfitechX

InfitechX

New Keyword in Java

The new keyword is a reserved keyword in Java programming which is used to create a new object or instance of a class. It allocates memory on the heap for the object and returns a reference to that memory. The…

Basic Java: Fundamentals of Java

Basic Java

Java is a versatile and powerful language to build desktop, web and mobile applications. It’s high level, object oriented, platform independent and easy to learn for beginners. Java was developed by James Gosling and released by Sun Microsystems in 1995.…