If i learn Java, what kind of applications can i create that
will help Banking, Retail, Hotel, Logistics industry.
Answer Posted / v l raj
When learned the java with the advanced concepts ,the
application can be created for all the domain.Using the
J2EE will be more friendly and efficiency in the code
maintenance, since part of the code will be from the
framework
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What are local interfaces? Describe.
What if the static modifier is removed from the signature of the main method?
What is difference between object state and behavior?
What is jboss?
Have you used threads in Servelet?
How are the elements of a cardlayout organized?
Name the eight primitive java types.
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
Can I run seam with jdk 1.4 and earlier?
Are there books about seam?
How will you pass parameters in RMI? Why do you serialize?
Describe, in general, how java's garbage collector works?
Why won’t the jvm terminate when I close all the application windows?
which book is better for jdbc ,servlets and jsp
How would you reatach detached objects to a session when the same object has already been loaded into the session?