Is java 1.7 the same as java 7?



Is java 1.7 the same as java 7?..

Answer / Ravi Prabhat

Yes, Java 1.7 is the same as Java 7. The '1' signifies that it is part of Java SE (Standard Edition), and the number following it represents the major version.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Explain the JDB in depth & command line.

1 Answers  


What is the byte range?

1 Answers  


How do you check if a string is lexicographically in java?

1 Answers  


What is a 16 bit word?

1 Answers  


What is a static method in java?

1 Answers  


What is the maximum size of a string in java?

1 Answers  


Can a constructor have different name than a class name in java?

1 Answers  


What is the purpose of the enableevents() method?

1 Answers  


Is main is a keyword?

1 Answers  


Is it possible to write static method in abstract class? justyfy your answer?

5 Answers   Hexaware,


strings in java are objects.why?

2 Answers  


What is the life cycle of Thread ?

12 Answers   HCL, Varnar Softech,


Categories