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
Write an algorithm for quick sort?
What are the two ways of implementing multi-threading in java?
Which package is imported by default?
What is composition in java?
Can constructor be static or final?
What are the 8 data types in java?
How hashmap works in java?
What is the purpose of the file class in java programming?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
What is meant by oops concept in java?
Why is stringbuffer faster than string?
What is jpa specification?
What is the purpose of a default constructor?
What is the difference between class & structure?
What are the differences between heap and stack memory in java?