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
Why super is first line in java?
What are the types of java languages?
What is maximum size of arraylist in java?
Explain jvm, jre, and jdk?
What is the primitive type byte?
What is better- service oriented or batch oriented solutions?
What are the different types of data structures in java?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
What is constructor chaining in java?
Does java vector allow null?
Write a program to check string is palindrome without using loop?
What is the difference between static (class) method and instance method?
What is user defined exception in Java?
Why static functions are used?
Give me some null interfaces in java?