what is the difference between thread and runnable types? : Java thread


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

Post New Answer

More Core Java Interview Questions

what is the major difference between linkedlist and arraylist in java?

0 Answers   IBS,


What is the range of the short type?

0 Answers  


Is null an object java?

0 Answers  


What for read() function?

3 Answers  


why do we use interface in java?

5 Answers  


What will be the output of the program? public class Test { public static void main(String args[]) { ArrayList<String> list = new ArrayList<String>(); list.add("2"); list.add("3"); list.add("4"); list.add("5"); System.out.println("size :"+list.size()); for(int i=0;i<list.size();i++) { list.remove(i); } System.out.println("size after:"+list.size()); } }

5 Answers   Rolta,


Explain, java is compatible with all servers but not all browsers?

0 Answers  


What is an array length?

0 Answers  


What is assembly condition codes?

0 Answers  


Why is singleton class used?

0 Answers  


What are the restrictions imposed on method overriding?

0 Answers  


Does list maintain insertion order java?

0 Answers  


Categories