0% found this document useful (0 votes)
14 views5 pages

Document 4

This is fourth document.

Uploaded by

heyitss18
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0% found this document useful (0 votes)
14 views5 pages

Document 4

This is fourth document.

Uploaded by

heyitss18
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 5
CURRICULUM OF (ere -WN EWE OM WT.) INTRODUCTION TO JAVA Features of Java Java Virtual Machine C, C++ & Java: A comparison Platforms of Java & Versions First Java Program DATA TYPES & IDENTIFIERS 8 Data types in java, complete overview. Types of variables Operators & statements Reading input from java.util.Scanner class Displaying output with System.out.printf() Displaying formatted output with String format() CLASSES & OBJECTS Oops concepts Creating an object Initializing an instance variable Access modified Constructors & its types METHODS IN JAVA Method prototype, static keyword Static methods Mutators & Accessors Passing parameters in methods (primitives & Objects) RELATIONSHIP B/W OBJECTS Relating objects using references Inner classes ENCAPSULATION, INHERITANCE & POLYMORPHISM Concept of inheritance The keyword'super and final 9 H65, H Block, Sector 63, Noida, Uttar Pradesh 201301 © 78-79-33-22-11 @) [email protected] @ www.codesquadz.com CURRICULUM OF Core Java 6 Weeks ABSTRACTION Abstract Classes & Interfaces Abstract Method & Classes Interface Multiple Inheritance using Interfaces Abstract Classes vs. Interfaces ARRAYS Why java arrays are different from the array of C and C++ How array can be created in java How is array iterated in java The zigzag array How array can be used in software development. STRINGS Creating Strings String class methods String comparison immutability of strings Spring 3 Architecture Introduction to Inversion Of Control STRING BUFFER & STRING BUILDER Creating string buffer object String buffer class methods String builder class PACKAGES Concept of Packages Need to packages How to creat packages using copiler How to use packeges Concept of JAR file How to creat the JAR file 9 H65, H Block, Sector 63, Noida, Uttar Pradesh 201301 © 78-79-33-22-11 @) [email protected] @ www.codesquadz.com CURRICULUM OF Core Java 6 Weeks EXCEPTION HANDLING Errors in java program Concepts of exceptions Keywords: throw,throws, Multiple exceptions WRAPPER CLASSES Number Class Character Class Byte, Short, Integer, Long, Float, Double, Boolean Classes Math Classes MULTI THREADING What is a Java thread Need of thread in Java The constructor and methods of Thread class Life cycle of Java thread Writing Thread using Thread Class and Runnable Interface Daemon and Non-Daemon threads Synchronization in java Thread collaboration Writing a real life application using multi-threads STREMS & FILES Creating a File Reading & Writting data from a File Zipping & Unzipping Fi Serialization/de-serialization of Objects COLLECTION FRAMEWORK Introduction of Collection Framework Need of Collection Collection API (the classes and interfaces) The methods of Collection interface 9 H65, H Block, Sector 63, Noida, Uttar Pradesh 201301 © 78-79-33-22-11 @) [email protected] @ www.codesquadz.com CURRICULUM OF Core Java 6 Weeks List Interface (the Array List, Vector, Linked List, and Stack classes) The Iterator, ListIterator, and Enumeration interfaces Set Interface (the HashSet, LinkedHashSet classes) Map Interface (the Hashtable, HashMap, LinkedHashMap, classes) The Comparable and Comparator interfaces The TreeMap and TreeSet classes How Collection Framework is used in industry (the real Project Development) Writing an application using Collection API and JDBC DATABASE CONNECTIVITY (THE JDBC) Concepts of JDBC Need Of JDBC Types Of JDBC Drivers Type: Jdbc-Odbc bridge Driver Type1: Jdbc-Odbc bridge Driver Type2: Native API Driver Type3: Middleware layer Driver Type4: Pure Java Driver Difference between the JDBC drivers Connecting with Databases (MS Access, My Sql, and Oracle) Executing query in database Other miscellaneous topics in JDBC SWING Introduction to AWT Introduction to Swing Components Look And Feel of Swing Components MVC Architecture of Swing Components Working with Image Advance Swing Components JOptionPane,JTree, JTable, JTabbedPane JfileChooser,JcolorChooser Menu Components JMenu 9 H65, H Block, Sector 63, Noida, Uttar Pradesh 201301 © 78-79-33-22-11 @) [email protected] @ www.codesquadz.com CURRICULUM OF Core Java 6 Weeks JMenultem JMenubar REFLECTION Understanding the Need Of Reflection Getting information about class's modifiers, fields, methods, constructors and super classes Finding out constant and method declaration belong to an interface Creating an instance of the class whose name is not known until runtime Getting and setting values of an object's field if field name is unknown until runtime Invoking a method on an object if the method is unknown until runtime Invoking Private Methods EXTENDED & UTILITY CONCEPTS Generics Lambda Expression Annotations Object Cloning Vargs Static-import Enum Static, Default and Private Methods of Interface Var Type Java Modules 9 H65, H Block, Sector 63, Noida, Uttar Pradesh 201301 © 78-79-33-22-11 @) [email protected] @ www.codesquadz.com

You might also like