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
Differentiate between stringbuffer and stringbuilder in java.
What is the difference between the direct buffer and non-direct buffer in java?
what is the significance of listiterator in java?
Can we rethrow the same exception from catch handler?
Where to store local variables?
Write a java program to generate fibonacci series ?
How to read and write image from a file ?
What is advantage of java?
What happens if an exception is throws from an object's constructor?
What is a function in programming?
How to optimize the javac output?
How to overcome the exception object reference not set to an instance of object?
How would you format a date in java? I.e. In the ddmmyyy format?
What data type is a string?
What does nullpointerexception mean?