1. Home
  2. Java
  3. Interview Questions
  4. Java Interview Question 1
    • Questions
    • Java Interview Question 1
    • Java Interview Question 2
    • Java Interview Question 3
    • Java Interview Question 4
    • Java Interview Question 5
    • Java Interview Question 6
    • Java Interview Question 7
    • Java Interview Question 8
    • Java Interview Question 9
    • Java Object Oriented
    • Java Collection Framework
    • Java Thread
    • Java Java 8
    • Java JSP
    • Java Servlets
    • Java Design Pattern
    • Java Spring
    • Java Spring (2)
    • Java Hibernate
    • Java Maven
    • Java GIT
    • Java GIT (2)
    • Java Cloud Computing
    • Java Docker
    • Java Microservice

Java Interview Question 1

PreviousNext

Java Interview Question for Java basics:

  • What is the difference between JDK and JRE?
  • What is Java Virtual Machine (JVM)?
  • different types of memory areas allocated by JVM?
  • What is JIT compiler?
  • How Java platform is different from other platforms?
  • Why Java is 'write once and run anywhere' language?
  • How does ClassLoader work in Java?
  • Is 'main' used for main method is a keyword
  • Can we write main method as public void static instead of public static void?
  • What is the default value for local variables?
  • What is the default value for String array of arguments in Main method?
  • What is the difference between byte and char data types in Java?
  • Is it allowed to mark a method abstract as well as final?
  • Can we instantiate an abstract class in Java?
  • What is an interface in Java?
  • Can you mark an interface method as static?
  • Why an Interface cannot be marked as final in Java?
  • What is a marker interface?
  • What can we use instead of Marker interface?
PreviousNext

Related

  • Java Image Contrast filter
  • Java Image Blur via ImageConsumer and ColorModel
  • Java Image Sharpen
  • Java Interview Question 1
  • Java Interview Question What is the difference between JDK and JRE?
  • Java Interview Question What is Java Virtual Machine (JVM)?
  • Java Interview Question different types of memory areas allocated by JVM?

demo2s.com |  Email: | Demo Source and Support. All rights reserved.