What releases of Java technology are currently available?
What do they contain?
Answer Posted / 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 View All Answers
Explain the advantages of packages in java?
How to compare two strings in java program?
What does serializing data mean?
What is boolean example?
How do you define a parameter?
What is flush buffer?
What is difference between hashset and hashmap?
What is type parameter in java?
Is array size fixed in java?
How to make a class or a bean serializable?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
In java, how we can disallow serialization of variables?
How to instantiate static nested classes in java?
What is java reflection?
Why we do exception handling in java and how many types of exceptions are there?