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 |
Can we instantiate Interfaces?
What are desktop procedures?
Why is core java important?
how to convert mm/dd/yy to dd/mm/yy using collections in java.
What is a line break?
How does list work in java?
What is hashtable and explain features of hashtable?
What is the length of a string?
Can we write any code after throw statement?
Is array synchronized in java?
Why java doesn’t support multiple inheritances?
we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }