What is executor memory?


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

Post New Answer

More Core Java Interview Questions

What does 3 dots mean in java?

0 Answers  


what is the J2EE BluPrints?

0 Answers  


Do extraneous variables affect validity?

0 Answers  


What is unicode?

1 Answers  


This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .

3 Answers  






why Interface used?

0 Answers   HCL,


What is main method?

0 Answers  


Can I import same package/class twice?

0 Answers  


How do you reverse a string in java without using string buffer?

0 Answers  


String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  


Can we extend the String class?

3 Answers   Truworth,


What will happen if static modifier is removed from the signature of the main method?

0 Answers  


Categories