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 |
Can we store variables in local blocks?
Does collectionutils isempty check for null?
Is there any sort function in java?
extending thread class or implementing runnable interface. Which is better? : Java thread
Can we declare main () method as non static?
What is the difference between heap and stack memory?
what is the difference between String and StringBuffer classes?
Can we overload run() method in java?
Have you ever used hashtable and dictionary?
Difference between Encapsulation and Abstraction
What is the difference between public, private, protected, and friend access?
what is difference betweem home interface and remote interface?