can any body tell me? does advance java and j2ee both are same.

Answer Posted / mary kamal

java is used to develop applications,using some basic concepts of java we can create some desktop applications,nothing but some satand alone applications...
advanced java means taking one step higer form desktop applications to data base apllications,by using jdbc,odbc,network protocal etc...
j2ee aplications are also advanced applications,used to develop enterprise applications...
in advanced java ,j2ee is one of the part

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different http methods?

528


What is meant by data hiding/encapsulation?

569


If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?

590


Why is multiple inheritance not supported in java?

557


What does it mean that strings are immutable?

568






How can we find the actual size of an object on the heap?

801


How do you find the maximum number from an array without comparing and sorting?

633


Does java linked list allow duplicates?

550


What is public static?

496


Can we override final method?

565


What is try-with-resources in java?

607


Why do I need to declare the type of a variable in java?

562


Write a java program to generate fibonacci series ?

565


what are the high-level thread states? : Java thread

556


What is procedure overloading?

1796