UrbanPro

Learn Java Training from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

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

Which one is faster, Python or Java?
The speed of Python and Java can vary depending on the specific task. Java is generally considered faster for low-level operations and large-scale applications, while Python is often valued for its simplicity...
Chetana
0 0
5
What are the difference between abstract class and Interface?
Abstraction : Hiding unnecessary details of object and shows only essential features of Object to communicate. abstract class : partially defined Object interface :Complete specification of Object class : Complete definition of Object
Ashish
What is the use of the "this" keyword in Java?
'this' refer the current instance of a class. You can get and set data members of current object using 'this' prefix inside there class data type.
Deepak
0 0
9

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

Ask a Question

Related Lessons

Demand of java in industry
Java is one of the widest use language in the industry all around the world As in software market more than 80% software, platform developed using java. Java comes in three flavours:- j2se for window based...

Prashant Tomer

0 0
0

Easy way to remember Java keyword.
ACCESS MODIFIER ACCESS SPECIFIER abstract, assert, const, final, native, static, strictfp, super, synchronized, this, transient, void, volatile public, private, protected, default DATA...

Rohit Deshbhratar

1 0
0

Java8 Filters and collectors
Lets say we have collection of strings and we would like to filter (remove) out certain strings from collection. We could achive the same in java 7 and earlier versions import java.util.ArrayList; import...

Overloading in JAVA
When a class contains more than one method with the same method name but different argument types, then it is called Overloading. Methods are said to be Overloaded methods. Also, know as Compile time...

Migration from other languages to Salesforce
Anyone can easily migrate from other language to Salesforce. People must have skills to understand business logic.

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
X

Looking for Java Training Classes?

The best tutors for Java Training Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn Java Training with the Best Tutors

The best Tutors for Java Training Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more