What releases of Java technology are currently available?
What do they contain?



What releases of Java technology are currently available? What do they contain?..

Answer / arya

The Java Platform, Standard Edition (Java SE) and Oracle Java SE Advanced and Suite products are currently shipping from Oracle in the form of the Java Development Kit (JDK), and Java Runtime Environment (JRE).Java SE 8 is the latest update of java.
The main focus of Java EE 8 is on support for HTML5 and the emerging HTTP 2.0 standard; enhanced simplification and managed bean integration; and improved infrastructure for applications running in the cloud, continuing the direction of improved simplification, while extending the range of the Java EE platform to encompass emerging technologies in the web space and in cloud technology.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

when everything can be done by static block then why do we use main method?.

2 Answers  


Which sorting is used in arrays sort in java?

0 Answers  


What is a parameter example?

0 Answers  


What is the primitive type short?

0 Answers  


how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)

0 Answers   Infosys, TCS,






"we cannot create an object of interface but we can create a variable of it".diacuss the statement with the help of an example.

2 Answers  


What is the middleware?

2 Answers  


Tell me a few examples of final classes defined in Java API?

0 Answers   DELL,


What is the % operator?

2 Answers  


What is the string function?

0 Answers  


System.out & System.in are final static data member of System class but we can change there reference through setOut() & setIn() method how...

2 Answers   FCS, TCS,


23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an <applet> tag?. code,height & width. 26. What does 'CODEBASE' in an applet tag specify?. Files absolute path.

0 Answers   TCS,


Categories