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 are concepts of OOPS and how are they implemented in Java?
What is a memory leak in java?
What is flag in python?
How does indexof work?
Is it possible to instantiate the abstract class?
What is singleton service?
There is a Banking application. It has 2 types of account, Savings and Current. Write a method calculateInterest by passing an ArrayList of these account objects and calculate Interest accordingly. Write code for this situation
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
Difference between Reader/Writer and InputStream/Output Stream?
9 Answers Adobe, Kirusa, Verizon,
What is the difference between conversation & casting?
What do you understand by looping in java? Explain the different types of loops.
What is Transient and volatile