what is difference Between Core Java and advance java
Answer Posted / sunilchharia
Java is a programming language . All fundamental concepts and theory of the language comes under J2SE some time called core java.
In advanced java all basic concepts are same but here we are introduced with the frameworks of Java, that are for networking,web,network based application etc... it is callled J2EE(java 2 enterprise Edition) or Advanced java.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What access modifiers can be used for class ?
how does the run() method in runnable work? : Java thread
What is the difference between @before and @beforeclass annotation?
What are recursive functions? Give some examples?
How do you do exponents in java?
Is singleton thread safe in java?
Can we change the scope of the overridden method in the subclass?
What is the current version of java?
What is the finalize method do?
What's the purpose of using break in each case of switch statement?
What are the steps involved to write rmi based programs?
Why does java have two ways to create child threads?
How do you compare objects in java?
Can we nested try statements in java?
What is java full form?