what is difference Between Core Java and advance java
Answer Posted / sweety lodha
There is no such concept of core and advanced java in
market.
some classes differentiate them just to earn money.
there r only three types:
J2SE
J2EE
J2ME
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What does it mean to be immutable?
How many bits is a float?
Explain the difference between string, stringbuffer and stringbuilder in java?
What is the difference between access specifiers and access modifiers in java? 16
What is gui programming?
Explain an algorithm to find depth of a binary tree.
What is the loop in java?
What are the Class Libraries ?
What is the similarity between dynamic binding and linking?
What is mutable object and immutable object?
Explain access specifiers?
Difference between operator overloading and function overloading
Which access specifier can be used with class ?
Can we use both this () and super () in a constructor?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread