Core Java Interview Question
- Core Java
Interview Questions and answers
We are constantly trying to provide best Core Java Interview questions.
- Core
Java Interview Question
Page 1
How could Java classes direct program messages to the system console, but error messages, say to a file?
- Core Java Interview
Question Page 2
Does it matter in what order catch statements for FileNotFoundException and IOExceptipon are written?
- Core Java
Interview Question Page 3
When you declare a method as abstract method ?
- Core
Java Interview Question Page
4
What is the difference between checked and Unchecked Exceptions in Java ?
- Core Java Interview
Question Page
5
What are different types of inner classes ?
- Core Java Interview
Question Page 6
How can i tell what state a thread is in ?
- Core Java Interview
Question Page
7
What is serialization ?
- Core
Java Interview Question Page
8
What are the static fields & static Methods ?
- Core Java
Interview Question Page
9
What are the uses of Serialization?
- Core
Java Interview Question Page
10
What is the difference between notify and notify All methods ?
- Core Java
Interview Question Page
11
What is serialization ?
- Core Java
Interview Question Page
12
What is a transient variable?
- Core Java
Interview Question Page
13
What is an Iterator interface?
- Core Java Interview
Question Page 14
What is clipping?
- Core Java
Interview Question Page
15
What invokes a thread's run() method?
- Core Java Interview
Question Page 16
Which containers may have a MenuBar?
- Core Java
Interview Question Page
17
What is the difference between a Window and a Frame?
- Core Java Interview
Question Page
18
Is &&= a valid Java operator?
- Core
Java Interview Question Page
19
What is the difference between static and non-static variables?
- Core Java
Interview Question Page
20
Name four Container classes.
- Core Java
Interview Question Page
21
How are the elements of a GridLayout organized?
- Core Java
Interview Question Page
22
What is a compilation unit?
- Core
Java Interview Question Page
23
To what value is a variable of the boolean type automatically initialized?
- Core Java
Interview Question Page
24
Why do we need public static void main(String args[]) method in Java?
- Core
Java Interview Question Page
25
What are null or Marker interfaces in Java?
- Core Java
Interview Question Page
26
How many number of non-public class definitions can a source file have A source file can contain unlimited number of non-public class definitions List primitive data types, there size and there range (min, max).
- Core Java Interview
Question Page 27
What are access modifiers?
- Core
Java Interview Question Page
28
What are wrapped classes?
- Core Java
Interview Question Page
29
What is the difference between while and do while loop?
- Core Java
Interview Question Page
30
What's the difference between constructors and other methods?
- Core Java Interview
Question Page 31
Where does java thread support reside?
- Core Java
Interview Question Page
32
What is the ultimate ancestor of all java classes?