Is void a type?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

How objects are stored in java?

0 Answers  


What is the synchronized method modifier?

0 Answers  


What is the difference between JDK and JVM?

0 Answers  


I was asked to draw the class diagram for the below scenario which should obey OOPS concept. A Portal is to be developed for a school , which has 3 main divisions viz , Education , Admin & Trust. Each division has 2 sub divisions Kinder Garden & Higer Secondary.

3 Answers   Amtek, Huawei,


What do you mean by global variable?

0 Answers  






How can you debug the Java code?

6 Answers   BirlaSoft,


"We cannot create an object of interface but we can create a variable of it". Discuss the statement with the help of an example. (Plz help us to provide immediately.)

3 Answers  


Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?

5 Answers   Rolta,


Does java runtime require a license?

0 Answers  


Why constructor has no return type?

0 Answers  


What is the impact of declaring a method as final?

0 Answers  


Is class forname reflection?

0 Answers  


Categories