What is void in java?


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

Post New Answer

More Core Java Interview Questions

Explain how can you debug the Java code?

0 Answers   BirlaSoft,


import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }

3 Answers   IBM, Ramco,


How does finally block differ from finalize() method?

0 Answers  


A person says that he compiled a java class successfully without even having a main method in it? Is it possible?

0 Answers  


What is the difference between access specifiers and access modifiers in java? 16

0 Answers  


What is meant by collection in java?

0 Answers  


What is an empty list in java?

0 Answers  


What is Yield() method when we r using this ? tell exactly

2 Answers  


What is java abstraction with example?

0 Answers  


Why we use static and synchronized in method for single thread model example: public static synchronized add(){}

2 Answers  


Explain thread in java?

0 Answers  


Explain exception chaining in java?

0 Answers   Cyient,


Categories