Java Software Engineer Question:
Download Questions PDF

Do you know why Java is platform independent?

Answer:

Platform independent practically means “write once run anywhere”. Java is called so because of its byte codes which can run on any system irrespective of its underlying operating system.

Download Java Software Engineer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me when do you use volatile variables?Explain me what is the difference between HashMap and ConcurrentHashMap?