What is the difference between jvm and jre? What is an interface?


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

Post New Answer

More Core Java Interview Questions

write a program to create an arraylist with string(add,remove) operation.and value should be enter through keyboard.

0 Answers   Axcend,


take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).

0 Answers  


What is a modifier?

1 Answers  


33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac

5 Answers  


What is the difference between equals() and?

0 Answers  


justify c is portable

1 Answers  


What are the 8 data types in java?

0 Answers  


Is it possible for yielded thread to get chance for its execution again ?

0 Answers  


How many times finalize method will be invoked? Who invokes finalize() method in java?

0 Answers  


What is the use of collections in java? How it is implemented in real time applications?

2 Answers  


what is request dispatcher and how does it work?

2 Answers   CTS,


What is reflexive association?

1 Answers   Infogain,


Categories