Java Technologies
1.RMI=
remote method invocation.
RMI provides the mechanism by which the server and the client
communicate and pass information back and forth .information are passed
in the form of serialized
objects.
2.JDBC=java data base
connectivity. this is used to connect to databases.
3.SWING and AWT
The user interface created by AWT is platform dependent. It resembles
the local platform, but swing is platform-independent.
5.Servlets and Applets
Servlets are to servers and applets are to browsers.
Unlike applets servlets have no user interface, it is used to perform
operations in server.
J2SE =java 2 software edition .
J2EE =java 2 Enterprise edition ( web development.)
J2ME =java 2 Micro edition
|