What do you mean by jjs in java8?


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

Post New Answer

More Core Java Interview Questions

Is there a sort function in java?

0 Answers  


Is null false in java?

0 Answers  


what is the use/perpose of having a method antive?

2 Answers  


What is diamond operator in java?

0 Answers  


How to create a fecelet view?

0 Answers  






what r advatages of websphere? & how to deploy?

0 Answers   Saksoft,


write a program to create an arraylist and listeterator.and value should be enter through keyboard.

1 Answers   Axcend,


Explain serialization and deserialization in java?

0 Answers  


what is the use of thread?Justify it by project point of view

7 Answers  


public class Garbage { int a=0; public void add() { int c=10+20; System.out.println(c); System.out.println(a); } public static void main(String args[]) { Garbage obj=new Garbage(); System.gc(); System.out.println("Garbage Collected"); obj.add(); } } Above is a code in java used for garbage collection. object obj has been created for the class Garbage and system.gc method is called. Then using that object add method is called.System.gc method if called the obj should be garbage collected?

6 Answers  


Break statement can be used as labels in java?

0 Answers  


Define jre i.e. Java runtime environment?

0 Answers  


Categories