what release of java technology are currently available what
do they contain?



what release of java technology are currently available what do they contain?..

Answer / ananthakrishnan

Currently 1.6 were available. New things were annotation
introduced.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is difference between static method and static variable?

7 Answers  


I declared main() method as private. But it still running and displaying the output. Please Answer it . Code Snippet as Below: import java.io.*; class over { private static void main(String[] args) { int high = Integer.MAX_VALUE; int overflow = high + 1; int low = Integer.MIN_VALUE; int underflow = low - 1; System.out.println(high + "\n" +overflow +"\n"+ low +"\n"+underflow); //System.out.println(overflow); //System.out.println(low); //System.out.println(underflow); } }

4 Answers   Cap Gemini,


What is numeric promotion?

1 Answers  


What is the main difference between java platform and other platforms?

0 Answers  


how can we import the user defined package without classpath?

1 Answers   CSC, Infosys,






What is the significance of listiterator?

0 Answers  


can we overload main method?

8 Answers   TCS,


what is for datainputstream?

1 Answers  


what is platform dependent translation and platform dependent programming language

2 Answers  


Is java hashset ordered?

0 Answers  


What is the static block?

0 Answers  


Does java set allow duplicates?

0 Answers  


Categories