what is difference Between Core Java and advance java
Answer Posted / amit naokar
core java is d base 4 all other java edition. it deals only with d simple client side applns. one cannot understand what is adv. java without knowing d core java. now, adv. java deals with more complex clien and server server side appln with d help of other concepts such as jsp, struts, hibernate, servlets. advance java includes j2ee,j2me which r used to create more advance n enhanced appln.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are classloaders?
What is the difference between compile-time polymorphism and runtime polymorphism?
How destructors are defined in java?
Describe what happens when an object is created in java ?
What is default exception handling in java?
Can singleton class be inherited in java?
Why is core java important?
why java does not support unsigned keyword?
What is string data type?
What is Garbage Collection in Java
What is the use of join method?
How to find the index of the largest number in an arraylist java?
what are synchronized methods and synchronized statements? : Java thread
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
Is java written in c?