Core Java Online Training by real time faculties


Core Java Online Training by real time faculties
HISTORY OF JAVA:
  • Birth of c,c++ and Java
  • JavaFeatures ,
  • ByteCode ,Lexical Issues, Keywords
DATATYPES,VARIABLES,ARRAY:
  • Byte,short,int,long,float,double,char,Boolean
  • Literals/Values
  • Variables/Identifiers,
  • Conversions and Type Castings
  • One/Two/Multidimensionalarrays.
OPERATORS:
  • Arithmetic Operators(+,-,*,/,%,++,–,+=,-=,*=,/=,%=)
  • Bitwise Logical Operators(Left Shift,Right Shift,Unsigned right shift),
  • Relational
  • Boolean Logical
  • Assignment,(Ternary) Operators
  • Operator Procedence
CONTROL STATEMENTS:
  • Conditions(if,switch)
  • Iteration(while,do-while,for.forEach,Nested Loops)
  • Jump Statements(break,continue,return)
INTORDUCTION TO CLASS,METHODS:
  • Writing Class
  • Declarating Objects
  • Constructr
  • this keyword
  • Garbage Collection
  • finalize() method
  • inner classes
  • final class
  • abstract class
  • Command Line argments
  • Varargs.
OOPs:
  • Abstraction
  • Inheritance
  • Polymorphism(Method Overloading&Overriding)
  • Dynamic method dispatcher
  • Access specifiers(private,public,protected,default)
  • Access modifiers(static,native,synchronized,transient,strictfp,final.volatile,abstract).
PACKAGES:
  • Declaring packages
  • CLASSPATH Setting
  • importing packages.
INTERFACES:
  • Purpose of Interface
  • Writing Interface
  • Comparision between interfaces and abstract class
  • Implementing interfaces.
WRAPPER CLASSES:
Byte,Short,Integer,Long,Character,Float,Double,Boolean.
java.lang Package:
EXCEPTION AND EXCEPTION HANDLING:
  • Why Exceptions
  • What way there are useful programming
  • Types of Exceptions(Checked Exception& Unchecked Exception)
  • Exception handlers(try/catch
  • throws,throw,finally
  • Write userdefined Exceptions,Using Exceptions.
THREADS:
  • Concurrent execution stratagies
  • Multitasking
  • Multithreading
  • Thread lifecycle
  • Thread priorities
  • Controlling Threads
  • Syncronization
  • Deadlock prevention
  • Creating Threads
  • Inter-thread communication.
JAVA 5,6 FEATURES:
  • Generics
  • Enumeration
  • Auto-Boxing
  • Annotations
  • How Generics void compilation safe type casting
  • how auto-boxing does implicit type casting
COLLECTION FRAMEWORK:
  • Collection
  • List
  • Set
  • Map
  • SortedSet
  • SortedMap
  • NavigableSet
  • Queue
  • Deque
  • Interfaces
  • ArrayList
  • LinkedList
  • HashSet
  • TreeSet
  • LinkedHashSet
  • HashMap
  • TreeMap
  • Collections class
  • Iterator
  • ListIterator
  • Comparator
  • Comparable
  • Legacy classes (Vector,Stack, Enumeration,Dictionary,Hashtable,Properties)
  • StringTokenizer
  • Date
  • Calender
  • TimeZone
  • Locale
  • Random
  • Sccanner
  • ResourceBundle.
I/O PACKAGE:
  • InputStream
  • OutputStream
  • Reader
  • Writter
  • Console class
  • Serialization and Deserialozation.
NETWORKING:
  • Networking basics
  • InetAddress
  • URL
  • URL Connection
  • HttpURLConnection
  • Socket
  • ServerSocket
  • DatagramSocket.
AWT & SWING
Tools :
Eclipse,NetBeans
Contact Us For Demo

No comments:

Post a Comment