Learn Java Masterclass(updated to Java 17)
- Description
- Curriculum
- FAQ
- Reviews
Hi,
My name is Mrs.Suvarna Sachin Barsode . I am from Pune,Maharashtra,India . I am the owner and co-founder of Ghanashyam Technologies .I develop and deliver Android apps to clients at affordable price .I also take one-to-one sessions of software programming languages like C,C++,Java,Android,SQL,PHP,HTML,Javascript etc. online.
Here is a comprehensive Java course for all new/old Java students. starting from zero-towards a more advanced level in less time. Specially designed to fulfill all your Java needs, solve all your Java problems from syntaxes and taking you to a professional Java developer .This course will also help you to build a strong Java base for job post as Android application development using Java.
Key features include :
1.Assumes you are a Java fresher : There is nobody to see you. Just relax and learn. Your every little problem from syntax is assumed here and solved. Every topic is covered . No help is needed afterwards.
2.Your time, your choice : You enrolled and done. You can make a choice when to watch a video and when to practice. Your time is respected.
3.Practice makes perfect : Are you making a mistake? Don’t worry. Coding exercises are provided for every topic. Practice it more and get it done. You can do it!
4. Save for future reference : Downloadable material is given just for you. All those ppts and notes will be there for you till you crack the interview.
5. Test it to check it : Practice test is provided for you to check your knowledge.
6. FREE certificate at the end : While you walk in for interview, take this free certificate printout with you(after course is finished),to get more chances of selection at job places.
7. High returns in small investment : Amount as little as $9.53 (just rs.799/- only) can set your whole life as Java/Android developer.
8. Reviews will help you : Still confused? Read those reviews. They will help you make a better decision.
35,000 students are already enjoying learning Java here. Be a part of this huge community to be a student now and stand strong as a developer as well as helping hand to other Java freshers in future . Will meet in a course.
Thank you
Suvarna
-
6Datatype,variables and arrays theory part1Video lesson
Strongly Typed Language,Simple and floating point types,Literals and their types
-
7Datatype,variables and arrays theory part2Video lesson
Strongly Typed Language,Simple and floating point types,Literals and their types,Java's automatic conversions,Casting incompatible types,Type promotion rules for expressions,Single and multidimensional arrays,Multidimensional arays with different dimensions
-
8Datatype,variables arrays practical part 1Video lesson
-
9Datatype,variables and arrays practical part2Video lesson
-
10Coding Exercise : About yourselfQuiz
-
11Coding Exercise : Area of rectangleQuiz
-
12Coding Exercise : display character using ascii valueQuiz
-
13Coding Exercise : Display whether programming is easy or hardQuiz
-
17Control statements theoryVideo lesson
Types of Control statements - Selection(if,if-else,switch-case),iteration(for,while,do-while) and Jump Statements(break and continue),Nested if,nested switch,nested for
-
18Control statements practical part1Video lesson
-
19Control statements practical part2Video lesson
-
20Coding Exercise : Healthy Life ProgramQuiz
-
21Coding exercise : Let's help MarshaQuiz
-
22Coding exercise : Who can win how much lotteryQuiz
-
23Coding Exercise : square and cube of twoQuiz
-
24Coding exercise : Display all numbers with numbers divisible by 3 with special messageQuiz
-
25Classes theoryVideo lesson
What is class?Class syntax,A simple class example,Declaring objects,new keyword,introducing methods,methods with and without parameters,Constructor,this keyword,instance variable hiding,Garbage collection,finalize method,One class example with all features learned
-
26Classes practical part1Video lesson
-
27Classes practical part2Video lesson
-
28Coding exercise : Display Employee informationQuiz
-
29Coding exercise : Calculate averageQuiz
-
30Coding Exercise:Display nameQuiz
-
31Coding exercise : Can I drive a vehicleQuiz
-
32A Closer look at Methods and Classes theory part1Video lesson
Overloading method,why should I overload?,Overloading constructor,Using Objects as parameters,Returning Objects
-
33A Closer look at Methods and Classes Theory part 2Video lesson
Recusrion,introducing access control,Understanding static,Introucing final,Arrays revisited
-
34A Closer Look at Methods and Classes theory part3Video lesson
Introducing nested and inner classes,Exploring string class,Using command line arguments,varargs variable length arguments,Overloading varargs methods,Varargs and ambiguity,
-
35Methods and Classes Practical Part1Video lesson
-
36Methods and Classes Practical Part2Video lesson
-
37Methods and Classes Practical part3Video lesson
-
38Repetition practical part2 and 3 (Methods and classes)Video lesson
-
39Coding Exercise : Addition ProgramQuiz
-
40Coding Exercise : Constructor and method overloadingQuiz
-
41Coding Exercise : Display private public and default membersQuiz
-
42Inheritance theory part1Video lesson
What is inheritance,inheritance basics,A superclass reference to subclass object,two usage of keyword super
-
43Inheritance theory part2Video lesson
Creating a multilevel hirarchy,when we call constructor,method overriding,Why should we override?,Applying method overriding,Using abstract classes
-
44Inheritance theory part3Video lesson
Using final with inheritance,Using final with inheritance,Object class
-
45Inheritance practical part1Video lesson
-
46Inheritance practical part2Video lesson
-
47Inheritance practical part3Video lesson
-
48Coding Exercise : Animal Class and subclassesQuiz
-
49Coding Exercise : Abstract class Person with Abstract method where he/she livesQuiz
-
50Coding exercise : Multilevel inheritance for AnimalQuiz
-
51Coding exercise : Overload show() for employer subclassQuiz
-
52Employee AssignmentText lesson
-
53Packages and interfaces theory part1Video lesson
What are packages,Defining a package,Finding packages and classpath,A short package example,Access Protection,A class member access chart,Importing packages
-
54Packages and Interfaces theory part2Video lesson
Interfaces introduction,Defining an interface,Implementing interfaces,Accessing implementations through interface references,Nested interfaces,Applying interfaces
-
55Packages and Interfaces theory part3Video lesson
Variables in interfaces,interfaces can be extended
-
56Packages and Interfaces practical part1Video lesson
-
57Packages and Interfaces practical part2Video lesson
-
58Coding Exercise : Access ControlQuiz
-
59Exception handling theoryVideo lesson
What is Exception?,Types of Exception,Using try and catch,A little bit extra on try and catch,Description of Exception,Multiple catch clauses,throw keyword,Nested try statements,throws keyword,finally keyword,Unchecked Exceptions,Checked Exceptions,creating your own exception subclasses,Methods Defined by Throwable,Chained Exceptions,Use Exceptions,Using Exception only for exceptional conditions
-
60Exception handling practicalVideo lesson
-
61Exception Handling Multiple choice questionsQuiz
Multiple choice questions on Exception handling.Select the correct(right) answer out of given answers
-
62Coding Exercise : Custom Exception to catch wrong hobbyQuiz
-
63Assignment : Create a class that will generate ClassNotFoundExceptionText lesson
-
64Multithreading theory part1Video lesson
What is multithreading,understand multitasking and its types,advantages of Multitasking,Single threaded disadvantages,Multithreading over Single threading,Thread states,Thread priorities,Synchronization,Messaging,A Thread class and a Runnable interface introduction,The main thread,Creating a thread,Implementing Runnable interface,Extending Thread class,Choose a better approach to create a child thread,Creating multiple threads
-
65Multithreading theory part2Video lesson
Using isAlive() and join(),Thread priorities,Synchronization,Using synchronized methods,Synchronized statement,interthread communication
-
66Multithreading theory part3Video lesson
DeadLock,Suspending--Running--and stopping threads using Java 1.1(and earlier) and a Modern way,Using multithreading
-
67Multithreading practical part1Video lesson
-
68Multithreading practical part2Video lesson
-
69Multithreading practical part3Video lesson
-
70Coding Exercise : Implementing Runnable InterfaceQuiz
-
71Coding exercises:extend thread classQuiz
-
72Coding exercise : Display Current Thread and Display after its name changeQuiz
-
73Coding exercise : Use synchronized keyword to display your name middle name and surname properlyQuiz
-
74Coding exercise : Producer and ConsumerQuiz
-
75Coding Exercise : Creating a deadlock situationQuiz
-
76Coding exercise : Create given output using suspend resume after Java 2Quiz
-
77Create a Program to display only those numbers which are divisible by threeText lesson
-
78Enumerations,Autoboxing and Annoations theory (part1)Video lesson
What is enumeration,Enumeration fundamentals,The values() and valueOf() methods,
Java enumeration are class types,Enumerations inherit enum,Enumeration examples
-
79Enumerations,Autoboxing,annotations theory part2Video lesson
Type wrappers,The numeric type wrappers,Autoboxing,Autoboxing and methods,Autoboxing/Unboxing occurs in expressions
-
80Enumerations,Autoboxing and Annotations Theory part3Video lesson
Autoboxing/unboxing boolean and character values,Autoboxing/Unboxing Helps prevent
Errors,Annotations/Metadata,Specifying a retention policy,Obtaining Annotations at runtime by use of reflection
-
81Enumerations,Autoboxing and Annotations theory part4Video lesson
A second reflection example,Obtaining all annotations
-
82Enumerations,Autoboxing and Annotations theory part5Video lesson
AnnotatedElement interface,Using default values,Marker Annotations,Single member annotations,The built in annotations,Some restrictions
-
83Enumerations,Autoboxing and Annotations practicalVideo lesson
-
84Coding Exercise : Display all college ratings using enumerationsQuiz
-
85Coding exercise : Compare ordinal numbers of collegesQuiz

External Links May Contain Affiliate Links read more