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 |
What access modifiers can be used for variables?
Which api is provided by java for operations on set of objects?
Which all r Final classes in java except string?
Can we instantiate interface in java?
What are the main uses of java?
i need to know the website that i can compile and run a java code in online.(while system doesn't contain any jdk and jre)
What about features of local inner class?
In a container there are 5 components. I want to display all the component names, how will you do that?
How many bytes is a char in java?
What is the purpose of the system class in java programming?
Why set do not allow duplicates in java?
When can we say that threads are not lightweight process in java?