Java Training in Bangalore

Java Training

WEB FEB is Leading Java Training in Bangalore. Java was originally developed by James Gosling at Sun Microsystems (which has since been acquired by Oracle Corporation) and released in 1995 as a core component of Sun Microsystems’ Java platform. The language derives much of its syntax from C and C++, but it has fewer low-level facilities than either of them. Java is one of the most powerful and secure programming languages available in the market that was created in 1991. From large supercomputers to mobile phones, millions of applications run on Java platform. At WEB-FEB in Bangalore, we develop all kinds of Java Based application software.

Why Web Feb?

WEB FEB is Leading JAVA Training Institute Headquartered in Bangalore, Established in 2000. We are the specialist in Java Education for more than 5 years. Over 5 years of Experience and having Trained more Students and IT Professionals so far. We are working very sincerely in Java Technologies specially to bridge the gap between the Job Seekers and the IT Companies. Web Feb is the Best website designing Company in Bangalore. WEB-FEB in Bangalore has been recognized for its rich web-based applications for both server and client side.

Facility

  • 100% Placement
  • Certified Training
  • Work on Live Projects
  • Get mentored by Experts
  • Learn as an employee on real-time projects
  • 6months Duration
  • Full Time : 8 hr / 5 Days or Weekend
  • Fees 80,000/-

Exception Handling

  • Definition and the situations of occurrences
  • Exceptions and errors, Exception ducking
  • Exception Object, Hierarchy of exception
  • Exception classes, Types of exceptions
  • Handling exceptions, blocks and importance
  • Propagation of unhandled exceptions
  • Try, catch, throws, finally keyword
  • Custom exceptions and creating custom exceptions
  • Exceptions in inheritance
  • Programming examples in inheritance

I/O, Files and Serialization

  • Creating files in different drives
  • Accessing files through objects
  • Buffered Reader and Buffered Writer
  • Stream Reader and Stream Writer
  • Handling exceptions in I/O and nested blocks demo
  • I/O related classes, Serializing the objects
  • Inserting data into the files
  • Inserting serialized objects into the files
  • Fetching the data from the files
  • De-serialising the object and fetching it from the files
  • Programming examples on I/O Files and Serialization

Networking in Java

  • Client and Server concepts
  • Socket programming, Server Socket
  • IP address , port number concepts
  • Programming examples in Networking

Threads and Multi-threading

  • Definition, Multi-tasking types, Instantiation of threads
  • Life cycle of a thread: Thread states and transactions
  • Starting a thread, Joining a thread, Naming a thread
  • Thread priority
  • Garbage collection
  • Sleeping of a thread and importance
  • Thread priorities and yielding
  • Thread class and Runnable Interfaces
  • Creation threads using Thread class and Runnable interface
  • Synchronizing codes on threads
  • Synchronized methods
  • Synchronized blocks
  • Inter-thread communication
  • Deadlocks in threads
  • Programming examples on Threads

Generics and Collections

  • Collection definitions
  • Hierarchy of collections
  • Collection interface
  • Collections class
  • List interfaces
  • Various classes under collection
  • Built-in methods of all the above classes
  • Using collection frameworks for sorting : Advantages of comparator over comparable
  • Comparable Interface
  • Comparator Interface
  • Overriding hashCode() and equals()
  • Wrapper classes
  • Byte, Short, Integer, Long, Float, Double
  • Character, Boolean
  • AutoBoxing and unboxing
  • Programming examples of Collections