logo
logo
AI Products 
Leaderboard Community🔥 Earn points

Top Java Interview Questions And Answers

avatar
Tech Mekrz
collect
0
collect
0
collect
0
Top Java Interview Questions And Answers

It is a high-level programming language developed by James Gosling in Sun Microsystem in 1995.

Java is a fast, secure and reliable language used for many games, devices and applications.

Portable – Java program gets converted into Java Byte Codes that can be executed on any platform without any dependency.

Platform independent – java works on “write once and run anywhere” as it supports multiple platforms like Windows, Linux, Mac, Sun Solaris, etc.

Interpreted – java compiler converts the codes into Java Byte Codes which are then interpreted and executed by Java Interpreter.

An object consists of methods and class which depict its state and perform operations.

collect
0
collect
0
collect
0
avatar
Tech Mekrz