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 |
What is the maximum size of array in java?
Why is string class considered immutable?
What is static synchronization?
What is a function argument in java?
Is it compulsory to have atleast one abstract method in abstract class?
Explain the difference between map and flatmap stream operation?
What are the types of arrays in java?
What is getclass () getname () in java?
Why would you desing a J2EE application so user data is entered by way of a JSP page and managed by an underlying Java Beans class?
What does string [] args mean?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
Can we override protected method in java?