|
|
Brochures |

Shalom provides extensive IT training in the current trends.Java,J2EE and .NET are the buzz words in the current IT arena.Here you acquire a sincere and thought-provoking teaching,thorough coverage of all topics,effective live demonstration of all examples through LCD Projector,good and reliable course material and thorough discussion of three full-fleged projects.
JAVA Intoduction
J2EE
.Net
BPO Course
| Duration : 3 Months |
|
|
|||||||||||||||
JAVA: "WRITE ONCE RUN ANYWHERE" - Sun MicroSystems . JAVA has plenty of rich and varied features that make the development of object oriented programs much easier.The admirable platform independent nature of the JAVA language make it as the best choice for Internet programming.JAVA is a very effective tool for web developers.Java has started to grow at a phenomenal rate.Programmers have switched over to Java,as they thought that it was simpler than its closest rival,C++.
Topics Covered:
| OOPS Concepts | Object Oriented Programming(OOP)is a new way of organizing and developing programs.Java is a pure Object-Oriented language. | |
| Applets, AWT and Swing | Applets are small Java programs that run inside a web browser.AWT,is a special package in Java for user-interaction with components in applets.Swing is a graphics library for Java.Swing includes graphical user interface (GUI) widgets. | |
| Exceptions Handling | Java enables us to smoothly handle the various types of exceptions during the execution of the program with well-defined "exception-handling"" mechanisms. | |
| Multithreading | The ability of an operating system to perform simultaneous execution of different parts of a program, called threads. | |
| I/O Streams | The IOStreams classes define the standard interface for input and output of text to external devices such as file systems, networks, etc. In fact, IOStreams is the standard formatting and parsing tool for both pre-defined and user-defined types. | |
| Networking | Networking deals with networks which include the network operating system in the client and server machines, the cables connecting them and all supporting hardware in between such as bridges, routers and switches. | |
| JAVA LANG and UTIL Packages | The java.lang contains several fundamental classes and interfaces that are almost used in all programs.These are automatically imported into all programs. THe Java collections framework is made available by the java.util packakge. | |
| JDBC | Java Database Connectivity. Set of programming APIs which allow easy connection to a wide range of databases through Java programs. | |
| Servlets | A small program that runs on a server. The term usually refers to a Java applet that runs within a Web server environment. This is analogous to a Java applet that runs within a Web browser environment.Java servlets are becoming increasingly popular as an alternative to CGI programs | |
| RMI | Remote Method Invocation) A standard from Sun for distributed objects written in Java. RMI is a remote procedure call (RPC), which allows Java objects (software components) stored in the network to be run remotely. Unlike CORBA and DCOM objects, which can be developed in different languages, RMI is designed for objects written only in Java. | |