what is j2se
Answers were Sorted based on User's Feedback
Answer / orenise
J2SE- Java 2 standard edition:
A development platform for desktop applications.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / poorna chandar rao.yerrabothu
it is only desktop programming
| Is This Answer Correct ? | 0 Yes | 0 No |
wat is final...? wat is finally...? wat is finalize....? difference between " final and finally and finalize "...?
What is the difference between I ++ and ++ I in java?
What is supplier in java?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What is purpose of find feature?
What are register variables what are the advantages?
When we will use an Interface and Abstract class?
what is Vector class?
What is an interoperable application in java ?
Variable of the boolean type is automatically initialized as?
Can we iterate through collection using for loop?
How to add two numbers with out using Arithmetic , union operators in java....? But we can use bitwise operators... but how...?