adspace


Core Java Interview Questions
Questions Answers Views Company eMail

. What are the differences between constructor and method of a class in Java?

1 1211

How do you use final keywords and final variables in Java?

2 940

In Java, what types of classes perform inheritance?

2 1006

What types of inheritance does Java support?

2 992

What is Java exception handling?

1 896

What are the differences between unchecked exception, checked exception, and errors?

2 1193

What are the types of loops in Java, and how are they used?

2 939

How do you declare an infinite loop?

2 1083

What is the difference between the continue and break statement?

2 1006

What is the entry point in Java, and how is it written?

2 1049

In Java, what are public static void main string args?

2 1032

In Java, what’s the purpose of static methods and static variables?

2 979

How do you use, call, and access a static method in Java?

2 1021

How do you use, call, and access a non-static method in Java?

2 958

In Java, what are this() and super(), and where are you required to use them?

2 943


Post New Core Java Questions

Un-Answered Questions { Core Java }

Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

2677


Write a program to print count of empty strings in java 8?

1096


What is an object in java and how is it created?

1155


What is the difference between break and continue statements?

1135


What is java string pool?

1091


Write a program to find the whether a number is an Armstrong number or not?

1110


What do you mean by an interface in java?

1110


Is minecraft 1.15 out?

1056


explain different ways of using thread? : Java thread

1092


How to sort array in descending order in java?

1006


Realized?

2278


What is the difference between equals() and == in java?

1050


Explain public static void main(string args[]) in java.

1089


What is a constructor overloading in java?

1136


What is parsing in java?

1052