Hi , this is Mithun Ghosh from Kolkata. I want a suggestion about the course content of teaching Java starting from core to Advanced level. Please anyone do help with a legible course content. Thanks in advance -- Thanks & Regards, Mithun Ghosh

Asked by Last Modified  

14 Answers

Learn Java

Follow 0
Answer

Please enter your answer

Training Centre

Hi Mithun, This is AkiraITSolutions, We do provide real time training with real time employees, who ever having more than 10 years of IT Experience. For further details please feel free to reach us.
Comments

Java teacher

First get your basics very strong like data structures and algorithms. You can choose java as language to get grip on language also.
Comments

1) Java Over view (a) How java differs with C and C++ (b) JVM architecture(Heap,Stack,..etc) (c) Advantages of java over C,C++ (d) Jdk instalation (e) Jdk classpath,path &Jdk home environment variables (f) Jre &jdk uase (g) Eclipse IDE,Net Neans,Jbuilder,RAD 2) OOPS......
Comments

java trainee

INTRODUCTION Why Java Paradigms Diff b/w Java & Other (C,C++) Java history Java features Java programming format Java Tokens Java Statements Java Data Types Typecasting Arrays OOPS Introduction Class Object Static Keywords Constructors This Key Word Inheritance Super Key Word Polymorphism...
read more
INTRODUCTION Why Java Paradigms Diff b/w Java & Other (C,C++) Java history Java features Java programming format Java Tokens Java Statements Java Data Types Typecasting Arrays OOPS Introduction Class Object Static Keywords Constructors This Key Word Inheritance Super Key Word Polymorphism (Over Loading & Over Riding) Abstraction Encapsulation Abstract Classes Interfaces STRING MANIPULATIONS String String Buffer String Tokenizer PACKAGES Introduction to all predefined packages User Defined Packages Access Specifiers EXCEPTION HANDLING Introduction Pre Defined Exceptions Try-Catch-Finally Throws, throw User Defined Exception examples MULTITHREADING Introduction Thread Creations Thread Life Cycle Life Cycle Methods Synchronization Wait() notify() notify all() methods I/O STREAMS Introduction Byte-oriented streams Character – oriented streams File Random-access file Serialization NETWORKING Introduction Socket, Server socket Client –Server Communication WRAPPERCLASSES Introduction Byte, Short, Integer, Long, Float, Double, Character, Boolean classes. COLLECTION FRAME WORK Introduction Util Package interfaces, List, Set, Map List interface 7 its classes Set interface & its classes Map interface & its classes INNER CLASSES Introduction Member inner class Static inner class Local inner class Anonymous inner class read less
Comments

Project Development: Custom Training and Software based Project Development Company

1. ADVANCED JAVA & J2EE (JAVA 2 ENTERPRISE EDITION) COLLECTION FRAMEWORK • The Collection Interfaces (list , set, Sorted set) • The collection classes(The array list, Linked list, Hash set, Tree set) • Accessing a Collection via an Iterator • Working with maps • Working with Comparators • The...
read more
1. ADVANCED JAVA & J2EE (JAVA 2 ENTERPRISE EDITION) COLLECTION FRAMEWORK • The Collection Interfaces (list , set, Sorted set) • The collection classes(The array list, Linked list, Hash set, Tree set) • Accessing a Collection via an Iterator • Working with maps • Working with Comparators • The Collection Algorithms • The Legacy Classes and Interfaces(Enumeration, Vector, Stack, Dictionary, Hash table) • Date and Time Handling 2. SYSTEM PROPERTIES AND INTERNATIONALIZATION • Usage of Property file • Define the locale • Resource Bundle • Fetching Text from Resource Bundle 3. REMOTE METHOD INVOCATION (RMI) • Distributed Applications • RMI Architecture • Implementation • Call-Back Mechanism 4. DATABASE PROGRAMMING USING JDBC • JDBC Drivers • Statements • Metadata • Scrollable & Updatable Result set • Batch Updates • Data Sources And Connecting Pooling • Row sets 5. INTRODUCTION TO J2EE ARCHITECTURE TIER ARCHITECTURE • Single Tier • Two Tier • Three Tier • N Tier 6. J2EE COMPONENTS • Web components • Business components 7. J2EE CONTAINERS • Containers Type • Containers Services 8. J2EE CONTAINERS • Containers Type • Containers Services 9. INTRODUCATION TO UML • Use Cases • Diagrams 10. INTRODUCTION TO XML • Document type Definition (DTD) • Schemas 11. JAVA SERVLET • Introduction to Web Programming • Advantages to Servlet • Servlet Lifecycle • Request Dispatching • Session Tracker • Event Listener • Filters 12. JAVA SERVER PAGES (JSP) & JSTL • JSP Architecture • JSP Element • JSP Objects • Custom Tags • Using Tags of JSTL • Expression Language 13. ENTERPRISE JAVA BEANS (EJB-3.0) • Java Persistence API • Introduction • Architecture • Types of EJB 14. SESSION BEANS • Introduction • State Management • Life cycle • Types • Stateless • State full 15. ENTITY BEANS • Introduction • Persistence • Lifecycle • Types • Container management Persistence (CMP ) • Introduction • Primary key classes • EJB method • EJB QL • Syntax • Clauses • Bean Management Persistence (BMP) • Introduction • Implementation • EJB Relationships 16. MESSAGE DRIVEN BEANS & JMS • Messaging overview • Messaging models • Point to point models • topic subscriber models • JMS Implementation 17. TRANSACTIONS • Introduction • ACID properties • Transaction requirement • Container managed transaction • Bean managed transaction • Distributed transaction • Two phase Commit 18. J2EE DESIGN PATTERN • Why design pattern? • Front controller • Composite view • Session façade • Service Locator • Data Access Object • Value object 19. JAVA MAIL • Email system and Protocols • Architecture • Sending mail • Receiving mail • Handling attachments • Replying & forwarding 20. PAKAGING AND DEPLOMENT USING ANT • A conceptual overview of web services • Web Service requirements • Datatype • SOAP • WSDL • UDDI 21. UTILITIES • My Eclipse 2.0 22. WEB SERVER • Apache Tomcat 6.0 23. APPLICATION SERVER • Bea's Web logic 10.0 • J Boss • Sun Application server • Web share TRAINING SCHEDULE - Please contact us for latest training schedule TRAINING MODE We give flexible learning options to trainees • Instructor Lead (REGULAR / ONLINE / WEEK-END / PART-TIME / COMBINED-FLEXIBLE) • INSTRUCTOR LEAD LIVE ONLINE TRAINING MODE - You can join the training from any part of world. Contact us for more details. read less
Comments

Hi Mithun, for more details of java Contact us.
Comments

Software Training Institute

we have good course content , we will help you,
Comments

Tutor

1: Introduction • What is Java? • History • Versioning • The Java Virtual Machine • Writing a Java Program • Packages • Simple Java Programs 2: Language Components • Primitive Data Types • Comments • The for Statement • The if Statement • The while and do while Statements • The switch...
read more
1: Introduction • What is Java? • History • Versioning • The Java Virtual Machine • Writing a Java Program • Packages • Simple Java Programs 2: Language Components • Primitive Data Types • Comments • The for Statement • The if Statement • The while and do while Statements • The switch Statement • The break Statement • The continue Statement • Operators • Casts and Conversions • Keywords 3: Object-Oriented Programming • Defining New Data Types • Constructors • The String Class • String Literals • Documentation • Packages • The StringBuffer Class • Naming Conventions • The Date Class • The import Statement • Deprecation • The StringTokenizer Class • The DecimalFormat Class 4: Methods • Introduction • Method Signatures • Arguments and Parameters • Passing Objects to Methods • Method Overloading • Static Methods • The Math Class • The System Class • Wrapper Classes 5: Arrays • Introduction • Processing Arrays • Copying Arrays • Passing Arrays to Methods • Arrays of Objects • The Arrays Class • Command Line Arguments • Multidimensional Arrays 6: Encapsulation • Introduction • Constructors • The this Reference • Data Hiding • public and private Members • Access Levels • Composition • Static Data Members 7: Inheritance & Polymorphism • Introduction • A Simple Example • The Object Class • Method Overriding • Polymorphism • Additional Inheritance Examples • Other Inheritance Issues 8: Abstract Classes and Interfaces • Introduction • Abstract Classes • Abstract Class Example • Extending an Abstract Class • Interfaces 9: Exceptions • Introduction • Exception Handling • The Exception Hierarchy • Checked Exceptions • Advertising Exceptions with throws • Developing Your Own Exception Classes • The finally Block 10: Input and Output in Java • Introduction • The File Class • Standard Streams • Keyboard Input • File I/O Using Byte Streams • Character Streams • File I/O Using Character Streams • Buffered Streams • File I/O Using a Buffered Stream • Keyboard Input Using a Buffered Stream • Writing Text Files 11: Threads • Threads vs. Processes • Creating Threads by Extending Thread • Creating Threads by Implementing Runnable • Advantages of Using Threads • Daemon Threads • Thread States • Thread Problems • Synchronization 12: Collections • Introduction • Vectors • Hashtables • Enumerations • Properties • Collection Framework Hierarchy • Lists • Sets • Maps • The Collections Class 13: Networking • Networking Fundamentals • The Client/Server Model • InetAddress • URLs • Sockets • A Time-of-Day Client • Writing Servers • Client/Server Example read less
Comments

Tutors

Hi, Mithun I am well versed with java and I am ready to give you online training on java. Please contact me. But before giving you online training I want to take your test related to java chapters which will just assess your knowledge. Devottam Gaurav
Comments

Experience in java

Hi Mithun, Contact me For Best in depth training in Java, I am analyst with IT firm also I guide young technology enthusiastic people like you. Feel free to contact me.
Comments

View 12 more Answers

Related Questions

Can you tell me some new features in JavaFX 2.0?
JavaFX is a software platform for creating and delivering desktop applications, as well as rich internet applications (RIAs) that can run across a wide variety of devices. JavaFX is intended to replace...
Renuka
0 0
5
Please suggest some books to self-learn Java at home?
For self learning the best book is Core Java written by Gary Cornell and Kay Horstmann. This book comes in 2 volumes and both are important to learn the subject from the ground up to the advanced level.
Sharmistha
1 0
6
What is the difference between abstraction and encapsulation?
Encapsulation is wrapping, just hiding properties and methods. Encapsulation is used for hide the code and data in a single unit to protect the data from the outside the world. Class is the best example...
Neval
will I get certificate
Better than certificate if you enroll with me you will get confidence and lot of practical knowledge...certifications dont matter after a period of time what really matters is your approach to a problem...
Sk.
hi this iz sunil here I done with my b.sc in cs and planning to go fr java course shld I prefer for institution or a lecturer who teaches java at his own tuitions ...
You can choose either of the way, but make sure you join with right tution or instructor, make sure he teaches all the topics.
Sunil
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Free selenium video tutorial
Hi All, Hope you are doing good. We uploaded few videos on Selenium components like IDE, RC and Webdriver on youtube channel you can watch them for free of cost. Kindly search with below link: ...

Java
Java is a high level language which is far better than procedural languages like C, Fortran and Pascal. Java completely stands with the principles of OOPS (Object Oriented Programming Structure). The...
A

Abhisheak Saxena

0 0
0

Java : Compile-time Versus Runtime optimization
While designing and development, one should think in terms of compile-time and run-time.It helps in understanding language basics in a better way.Let's understand this with a question below : What...
S

How can everyone prepare to clear any Java interview?
Java interview your java should be much strong then J2EE. core java and Advance java is the basic foundation for Interview. Some of the topic about which you should know before going for a java interview...

Full stack java training demo for both frontend and backend with database
core java:========== lanaguage:---------- to communicate with person General languages: ------------------ engilsh,hindi,telugu,tamil programming language: =================== to machine--->binary...

Recommended Articles

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you