Learn Programming using Core Java

Java is a robust, object oriented, high level and secure programming language. We designed our course for students and working professionals who have keen interest in programming and want to boost their career in programming.

112 students enrolled

Course Overview

Learn Programming using Core Java is a foundational course that imparts the fundamental knowledge of developing applications using Java programming language. In this course you will learn how to apply object-oriented programming techniques to build classes, create objects, and understand how to develop a well-designed java application that solves practical real-world problems.

This foundational course is suited for students and working professionals who have keen interest in programming and want to boost their career in programming.

Why take up this course?

  • Java is one of the top 10 most commonly used programming languages and a popular choice among people learning to code.
  • Java is an easy to learn programming language specially for those who don’t have any programming background.
  • The average starting salary of a Java Programmer is minimum INR 5L per year.
  • People who have Java programming skills will have great demand in the IT industry. Our online instructor led training will help you learn these skills and hence upgrade your career.

Course Objectives

After attending this course, learner’s will be able to demonstrate the following skills:

  • Programming and core Java concepts
  • Inheritance, Collections and Threads in Java
  • Connecting with JDBC for different applications
  • Learn how to use exception handling.
  • Develop efficient and error free code.
  • Work on real-life use cases with hands-on experience.

Who should attend this course?

This program caters to a wide audience, from those who are hoping to enter the IT industry to those who have already gained some experience and are aspiring to become Software developers.

  • Fresher’s with no programming background.
  • Software Developer who wants to brush up their Java skills.
  • People who want to switch their career to Software Development.
  • People who wants to become Full Stack Software Developer

Course Highlights

Advanced Curriculum

Designed by subject specialists and reviewed by industry experts

Interactive Learning

Engaging content, easy to learn with no prior experience required

Discussion Forums

Ask questions and engage in discussions with instructors and other learners

Hands-on Lab Sessions

Practice Labs are available 24/7 for hands-on skill development

Real Life Case Studies

Learn about use cases, solution, challenges, best practices and lot more

Career Mentoring

Get continuous guidance on your career advancement from experts

Guaranteed Job

Guaranteed Job Placement through our network of 450+ Hiring Partners across Pan India

24/7 Tech Support

Get 24/7 full technical support even after you have completed the course

Lifetime Access

Get lifetime access to course material, presentations, videos etc

Post Program Career Options

Java EE Developer
Full Stack Developer
Project Manager
Automation Tester

Average Salary Trends

15 Lac to 20 Lac
35 Lac to 40 Lac
20 Lac to 25 Lac
10 Lac to 15 Lac

Hiring Companies

What are the Prerequisites for this course?

Following are these prerequisites for this course:

  • Knowledge of an object-oriented language (C, C++) is helpful but not mandatory.
  • Knowledge of any other programming language would be helpful but not mandatory.

Please note that the sessions will be conducted via google meet and require an Internet Connection and headset with microphone connected to your computer or laptop.

Upcoming Batches

Batch Start Date

Course Duration

Class Timings

September 30th 2023

SAT & SUN (12 WEEKS)

WEEKEND BATCH

FEW SEATS LEFT. HURRY UP

10:00 AM to 13:00 PM (IST)

October 9th 2023

MON, WED, FRI (12 WEEKS)

EVENING BATCH

08:30 PM to 10:30 PM (IST)

October 14th 2023

SAT & SUN (12 WEEKS)

WEEKEND BATCH

10:00 AM to 13:00 PM (IST)

October 16th 2023

MON, WED, FRI (12 WEEKS)

MORNING BATCH

06:00 AM to 08:00 AM (IST)

October 23rd 2023

MON, WED, FRI (12 WEEKS)

EVENING BATCH

08:30 PM to 10:30 PM (IST)

Can’t find a batch you were looking for?

Course Certification

Sample Certificate

WE HAVE SPECIAL DISCOUNTS FOR CORPORATES!

Module 1.0 : Java Overview

1
1.1 : Introduction to Java
2
1.2 : History of Java
3
1.3 : Software requirements for Java Development
4
1.4 : Introduction to Java IDEs
5
1.5 : Compilation Process in Java
6
1.6 : Execution Process of Java
7
1.7 : Architecture of Java Virtual Machine
8
1.8 : Features of Java
9
Skill Test

Module 2.0 : Java Programming Basics

1
2.1 : Terminologies used in Java
2
2.2 : Syntactical rules of Java
3
2.3 : Structure of Java Program
4
2.4 : First Java Program
5
2.5 : Data Types in Java
6
2.6 : Java Identifiers
7
2.7 : Java Variables
8
2.8 : Java Enumerators
9
2.9 : Java Arrays
10
2.10 : Java Keywords
11
2.11 : Comments in Java
12
2.12 : Literals
13
2.13 : Packages
14
2.14 : Getting data input from users using Scanner Class
15
Practice Session : Hands-on Lab
16
Skill Test

Module 3.0 : Java Basic Operators

1
3.1 : Arithmetic Operators
2
3.2 : Relational Operators
3
3.3 : Bitwise Operators
4
3.4 : Logical Operators
5
3.5 : Assignment Operator
6
3.6 : Miscellaneous Operators
7
3.7 : Ternary Operators
8
Practice Session : Hands-on Lab
9
Skill Test

Module 4.0 : Java Decision Making

1
4.1 : If Statement in Java
2
4.2 : Else-If Statement in Java
3
4.3 : Nested if Statement in Java
4
4.4 : Switch Statement in Java
5
Practice Session : Hands-on Lab
6
Skill Test

Module 5.0 : Java Loop Control

1
5.1 : While Loop in Java
2
5.2 : For Loop in Java
3
5.3 : Do While Loop in Java
4
5.4 : Break Statement in Java
5
5.5 : Continue Statement in Java
6
5.6 : Return Statement in Java
7
Practice Session : Hands-on Lab
8
Skill Test

Module 6.0 : Object Oriented Programming Concepts

1
6.1 : Introduction to OOPs
2
6.2 : Why OOP
3
6.3 : Class vs Object
4
6.4 : Class in Java
5
6.5 : Objects in Java
6
6.6 : Accessing Objects through References
7
6.7 : Garbage Collection
8
6.8 : Methods in Java
9
6.8.1 : Creating Method
10
6.8.2 : Method Calling
11
6.8.3 : Passing Parameter by Value
12
6.9 : Constructor
13
6.9.1 : Use of Constructor
14
6.9.2 : Type of Constructor
15
6.9.3 : Constructor Channing
16
6.10 : Encapsulation
17
6.10.1 : Access Modifiers
18
6.10.2 : Accessor (Getter) and Mulators ( Setter)
19
6.11 : Polymorphism
20
6.12 : AutoBoxing and Unboxing
21
6.13 : Abstract Classes and Methods
22
6.14 : Interfaces
23
6.15 : Overriding
24
6.16 : Object Equality
25
Practice Session : Hands-on Lab
26
Skill Test

Module 7.0 : Packaging

1
7.1 : Why is Packaging Needed
2
7.2 : Packages in Java
3
7.3 : Sub- Packages in Java
4
7.4 : Package Naming Conventions
5
7.5 : Importing Package Members
6
7.6 : Static Imports
7
7.7 : Access Modifiers and Packages
8
7.8 : Java Archive(Jar) Files
9
7.9 : The jar Command-Line Examples
10
Practice Session : Hands-on Lab
11
Skill Test

Module 8.0 : Inner Class Types and Anonymous Classes

1
8.1 : Use of Inner Classes
2
8.2 : Use of Anonymous Classes
3
Practice Session : Hands-on Lab
4
Skill Test

Module 9.0 : Annotations

1
9.1 : Introduction
2
9.2 : Using Annotations
3
9.3 : Declaring Annotations
4
9.4 : Accessing Annotations
5
9.5 : Types of Annotations
6
Practice Session : Hands-on Lab
7
Skill Test

Module 10 : Java String Class

1
10.1 : String Handling in Java
2
10.2 : Mutable and Immutable String in Java
3
10.3 : Using String Classes
4
10.4 : Using String Buffer and String Builder Class
5
10.5 : Basic String Operations
6
10.6 : Advance String Operations
7
Practice Session : Hands-on Lab
8
Skill Test

Module 11 : Exception Handling in Java

1
11.1 : Understanding Exception
2
11.2 : Difference between Error and Exception
3
11.3 : Types of Exception
4
11.4 : Handling Exception with Try-Catch-Finally
5
11.5 : Throwing an Exception with Throws
6
11.6 : Re-Thrown an Exception with Throws
7
11.7 : Creating and User-defined Exceptions
8
Practice Session : Hands-on Lab
9
Skill Test

Module 12 : Java - Files and I/O

1
12.1 : Working with File class
2
12.2 : Reading and writing data in text mode
3
12.3 : Reading and writing data in binary mode
4
12.4 : Java Serialization Overview
5
12.5 : Serializing/Deserializing an Object
6
12.6 : About Transient Fields
7
12.7 : Working with try-with-resources
8
Practice Session : Hands-on Lab
9
Skill Test

Module 13 : Java Collection Framework and Generics

1
13.1 : The Problem with Arrays
2
13.2 : Java Collections Framework
3
13.3 : Defining and Iterating Collections
4
13.4 : Lists and Set Interface
5
13.5 : SortedSet and NavigableSet
6
13.6 : Java Generics
7
13.6.1 : Use of Generics
8
13.6.2 : Type Wildcards
9
13.6.3 : Qualified Type Wildcards
10
13.6.4 : Generic Methods
11
13.7 : Introduction to Map Interface
12
13.8 : Sorted and Navigable Maps
13
13.9 : TreeMap, LinkedHashMap, WeakHashMap, EnumMap
14
13.10 : Sorting Techniques With Comparable and Comparator interface
15
13.11 : Queues, Deques, and Stacks
16
13.12 : Priority Queues
17
13.13 : Using Diamond Operator
18
Practice Session : Hands-on Lab
19
Skill Test

Module 14 : Java Multithreading

1
14.1 : What is Thread
2
14.1.1 : Life cycle of a thread
3
14.2 : Create a Thread by Implementing a Runnable Interface
4
14.3 : Create a Thread by Extending a Thread Class
5
14.4 : Thread methods
6
14.5 : Thread Synchronization
7
14.6 : Interthread Communication
8
Practice Session : Hands-on Lab
9
Skill Test

Module 15 : Java Regular Expression

1
15.1 : Regular Expression Syntax
2
15.2 : Methods of the Matcher Class
3
Practice Session : Hands-on Lab
4
Skill Test

Module 16 : Java - Networking

1
16.1 : Socket Client and Server Programming
2
Practice Session : Hands-on Lab
3
Skill Test

Module 17 : New Features in Interface

1
17.1 : What's new in Interfaces
2
17.2 : Static Methods
3
17.3 : Default Methods
4
Practice Session : Hands-on Lab
5
Skill Test

Module 18 : Lambda Expression

1
18.1 : Functional Interfaces
2
18.2 : Introducing Lambda Expressions
3
18.3 : Using Lambda Expressions
4
18.4 : Working with Method References
5
Practice Session : Hands-on Lab
6
Skill Test

Module 19 : Stream API

1
19.1 : The Stream API
2
19.2 : Overview
3
19.3 : Understanding the Stream API
4
19.4 : Stream Processing
5
19.5 : Collectors
6
Practice Session : Hands-on Lab
7
Skill Test

Module 20 : Getting Started with JDBC

1
20.1 : Overview
2
20.2 : Architecture of JDBC
3
20.3 : Understanding JDBC Driver Types
4
20.4 : Demo: Connecting with Database using JDBC
5
20.5 : Setting up the Development Environment for MYSQL Database
6
20.6 : Demo: Connecting to MYSQL Database Using JDBC
7
20.7 : Performing Basic CRUD Operations Using JDBC
8
Practice Session : Hands-on Lab
9
Skill Test
The advantages of doing a course from Oxzer Academy are multifold. Our Instructors are professional trainers who have extensive technology and domain experience, including years of experience training & mentoring professionals in the industry. You get lifetime access to course material including presentations, videos etc. You get the industry recognised certificate from Oxzer Academy on your successful course completion. We give you an option to attend a free trial class before enrolling in the course. We provide 24 * 7 online support to resolve all your technical queries even after you have completed the course. We provide flexible batch timings to suit your availability. Most classes are scheduled either on weekends or in the evening hours, so that the class timings do not overlap with your other work during the day time. In case you miss any class, in that case you can go through the recorded videos of that lecture. Also there is an option to attend the lecture in a different batch if there is a seat available. Every module in the course will be followed with a quiz to assess your learning. We give you extensive time to complete the hands-on labs and assignments. We have smaller batches with a limited number of people in a single batch to ensure quality learning.
This is a Virtual Instructor Led training (VILT) where an instructor will facilitate a training session for a group of learners over a virtual setting (online mode). Similar to traditional instructor-led classroom training, VILT is synchronous, collaborative, and happens in real-time.
This is a virtual online Instructor Led course. There will be a maximum of 20 learners in a single batch.
Yes, the course curriculum includes both hands-on lab and theory sessions as well. The hands-on labs will be continuously monitored by our instructor and you get sufficient time to complete your labs. It is mandatory for the learners to attend both the labs as well as theory sessions for successful course completion.
All our labs are provisioned in the cloud. So you can only access the labs during the duration of the course. Ideally, once you have completed your course, your lab access will be removed as well. But in exceptional cases where you need extension for an additional time, you can drop an email to helpdesk@oxzeracademy.com or open a support ticket with our helpdesk regarding this. Once your request has been considered and approved by management, you will receive an email notification within 48 hours from Oxzer Academy providing you with the status on the lab extension. You can request for extension only once.
The online classes will happen on google meet or similar communication platform. You will be notified with the login details before every class.
Yes, you are eligible for one free trial class. You can attend your first class as a trial class. Please note that there is only one trial class provided for each course.
There is only one trial class provided under this course.
Yes, classes are structured in batches and each batch has a specific time. You can enrol yourself in a batch which suits your availability. If you are not able to attend the lecture due to any specific reason then you can go through the recorded videos of that lecture. Also there is an option to attend the lecture in a different batch if there is a seat available.
No, certification exam fee is not included in the course fees. If you wish to appear for the certification exam after course completion, then you need to enrol separately for the certification exam. Please note that any payments which are done on the third party websites, then the terms and condition, refund policy etc of the third party website will be applied.
No, there will be no refund in such cases. Please read the Refund policy carefully before enrolling in the course. https://www.oxzeracademy.com/refund-policy/
We have a 24/7 help desk to support our learners, instructors, customers and partners. You can raise a support ticket to our help desk from this page https://www.oxzeracademy.com/submit-ticket/ Additionally, you can find our contact information on our website https://www.oxzeracademy.com
Oxzer Academy will review the complaint within one hour of submission and will also take necessary action within 24 hours on the posted complaint if required.
There are various channels through which the learners and instructor interact in an online class. Learners can post his question in the google meet or similar communication platform chat and the instructor will respond. Then the learner can raise his hand, unmute himself and can directly ask questions to the Instructor. Also, towards the end of every lecture, there will be a query session for 15 minutes in which the learner can ask any doubt from the Instructor.
No, all our classes will be delivered in an online mode only. In case you require a hard copy of your course completion certificate, it will be courier to your communication address.
We provide 24/7 online support to resolve all your technical queries even after you have completed the course. Your access to our Technical Support is for a lifetime. Our support team will help you in resolving queries, during and after the course. You can raise a support ticket to our technical support from this page https://www.oxzeracademy.com/submit-ticket/
Yes, except for courses listed under academic category, you will get a certificate after you complete the course successfully.
You can find the course duration on the course details page.
Online course assignments depend largely on the course you have enrolled into. But in general, learners should expect assignments similar to those in-person programs. An assignment may require you to work either individually or in groups with other learners on a project. Depending on your course, you may also be required to prepare and give remote presentations.
Exams will be conducted online after all the modules in the course are completed. It is mandatory to switch on the camera while giving a Test or Exam and will be strictly monitored by the instructor. You should score at least 60% marks in the qualifying exam to complete the course successfully and receive your course certificate.
Before enrolling in an online course a learner should go through all the details regarding the course, prerequisite etc. for which they are enrolling and must read all terms and conditions of Oxzer Academy before enrolling in the course.
Yes, our placement team will assist you in all possible ways to find a right job if you are in need of the same. The final decision on hiring will always be based on your performance in the interview and the requirements of the recruiter. Moreover, Oxzer Academy courses are well recognized in the industry as it is a testament to the intensive and hands-on learning you have gone through and the real life use cases you have learned during the course.
Once you enrol to the course, the LMS access will be instantly provided to you and will be available for lifetime. You will be able to access the complete set of previous class recordings, PPTs, PDFs, assignments etc. Moreover the access to our 24x7 support team will be granted instantly as well.
Yes, the access to the course material will be available for lifetime once you have enrolled into the course.
You can read the complete set of Terms and Conditions for this program at https://www.oxzeracademy.com/terms-and-conditions/

New Batch will be starting soon.

Be the first to add a review.

Please, login to leave a review

Course Brochure

File size: 1 mB
Registration closes in 5 days
Get course
Upcoming Batch Start Date: 09th Oct 2023

Includes

24 hours course duration
Full lifetime access
Access on mobile and TV
Certificate of Completion
24/7 Customer Support
Learn Programming using Core Java
Price:
₹12,000 ₹8,400