ShalomInfoTech

DHTML Menu




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







JAVA Introduction
Duration : 3 Months
Batch Timings
  WeekDays  6:30-8:00 am  4:30-6:00 pm  6:00-7:30 pm  7:30-9:00 pm
  WeekEnds            8:00 - 10:00am        10:00 am - 1:00 pm

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:

JAVA INTRODUCTION
OOPS ConceptsObject Oriented Programming(OOP)is a new way of organizing and developing programs.Java is a pure Object-Oriented language.
Applets, AWT and SwingApplets 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 HandlingJava enables us to smoothly handle the various types of exceptions during the execution of the program with well-defined "exception-handling"" mechanisms.
MultithreadingThe ability of an operating system to perform simultaneous execution of different parts of a program, called threads.
I/O StreamsThe 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.
NetworkingNetworking 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 PackagesThe 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.
JDBCJava Database Connectivity. Set of programming APIs which allow easy connection to a wide range of databases through Java programs.
ServletsA 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
RMIRemote 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.