Thousands of students achieved their dream job at Startup and MNC x

Core Java With MySQL +3 Live Project

  • 5 rating
  • (1 Reviews)
  • 54 students enrolled

Core Java With MySQL +3 Live Project

Java, a high-level programming language, was mainly developed for developing programs for set-top boxes, handheld devices, later on, become the most wanted language for web application creation. Its syntax is similar to C++ but significantly object-oriented, i.e., there’s the usage of classes, objects, and methods.

  • 5 rating
  • (1 Reviews)
  • 54 students enrolled
  • 399.00₹
  • 5500.00₹
  • Course Includes
  • Introduction
  • History of Java
  • Fundamental Of Java
  • Control Statement


What learn

  • Introduction
  • History
  • Control Statement

Course Content

5 sections • 43 lectures • 20h 21m total length
Java 1st class(a)
31min
Java 1st Class(b)
27min
Java 1st Class(c)
8min
Java 2nd Class
29min
Java 3rd Class
26min
Java 4th Class
36min
Java 5th Class
26min
Java 6th Class
31min
Java 7th Class(a)
4min
Java 7th Class(b)
27min
Java 7th Class(c)
27min
Java 7th Class(d)
11min
Java 8th Class
39min
Java 9th class
31min
Java 10th Class
38min
Java 11th Class
39min
Java 12th Class
26min
Java 13th Class
59min
Java 14th Class
17min
java 15th class
42min
java 16th class(a)
15min
java 16th class(b)
11min
Java 16th Class(c)
10min
Java 17th Class
64min
java 18th class
49min
Java 19th Class
42min
Java 20th Class
22min
Java 21st Class
27min
Java 22nd class
22min
java 23rd class
46min
Java 24th Class
34min
Java 25th Class
24min
Java 26th Class
32min
Java 27th Class
34min
Java 28th Class
48min
GUI 1st Class
26min
GUI 2nd Class
29min
GUI 1st Class Code
mb
GUI 2nd Class Code
mb
Project 1st Class
29min
Project 2nd Class
35min
Project 3rd Class
48min
Project Full Code With DBMS
mb

Requirements

  • No pre-requisite required

Description

SYLLABUS IN DETAILS                                                                                              

History

–Computers... How a Program uses Computers?

–Java... Why? What? How(Green Project)?

When?

–Where?

–Different Java Versions.

–How Java is different from other

Technologies

Fundamentals of Java Programming

–Naming convention of Java language

–Comments

–Statements

–Blocks (Static, Non-static/instance)

–Identifiers

–Keywords

–Literals

–Primitive Data Types, Range

–Reference(User defined) Data type

–Variables (Primitive, Reference)

 

–Type Casting, Default Value

–Operators

–Problem Solving

Introduction to Java Programming Environment

–How to Install & set Path.

–A Simple Java Program

–Compiling & executing Java Program

–Phases of Java Program

–Analysis of a Java Program

–Understanding Syntax and Semantic Error,

–Runtime Exception

–Name of a Java Source File

–Platform Independency

–Java Technology( JDK, JRE, JVM, JIT)

–Features of Java

–Text Editors

–Consoles

–Problem Solving.

Control Structures

–Working with Control Structures

–Types of Control Structures

–Decision Control Structure (if, if-else, if else

if, switch –case)

–Repetition Control Structure (do –while, while, for)

–Problem Solving

Keyboard Input in Java

–Java program inputs from Keyboard

–Methods of Keyboard inputs

–Scanner, Buffered Reader

–JOption Pane

–Problem Solving

–Java Array

–What is Array

–Array Declaration in java vs C and C++.

–Instantiation of an Array

–String vs character array.Accessing Array

Elements, Default Value,

–for-each loop, varargs.

–Length of an Array (What is

–ArrayIndexOutOfBoundsException).

–Increasing, Decreasing the Size

–and Copy of an Array

–Multi-Dimensional Arrays

–Problem Solving

Command-Line Arguments

–What is a Command-Line Argument?

–Java Application with Command-Line

Arguments

–Conversion of Command-Line Arguments

–Passing Command-Line Arguments

–Using methods (Static , Non Static)

–Problem Solving

Integrated Development Environment

–Using various Editors

–Program Compilation, Execution in Editor

–Using Eclipse IDE

–Project Set Up

–Source File Generation

–Application Compilation and Run

–Difference between C and C++ with Java,

–Problem Solving

–Application Compilation and Run

–Difference between C and C++ with

Java,

–Problem Solving

–Interview related Question and Answer.

–Object Oriented Programming

–Procedural Vs Object Oriented Program

–Different type of Program Procedural Vs

–Object Oriented.

–Top Down Vs Bottom Up Approach.

–Introduction to Object Oriented

–Programming

–Abstraction, Encapsulation, Inheritance,

–Polymorphism.

–Introduction to Classes and Objects

–Custom Class Definition

–Instance and Static Variables

–Different ways to create Object Instance

5

–Types of Class 3-5

–Instance Variable and it's role in a Class

–Constructors, types of Constructor,

–Constructor Rule, Constructor

Overloading.

–Static Variable and it's use.

–Methods and their behavior.

–Constructor vs Methods

–Constructors

–“this” Keyword.

–Java Access Modifiers ( and Specifiers)

–Explanation of psvm() , sopl()

–Problem Solving

Inner Class

–First View of Inner Class

–Outer Class Access

–Types of Inner Class

Inheritance

–A Little knowledge on Inheritance

–Sub-Classes

–Object Classes

–Constructor Calling Chain

–The use of "super" Keyword

–The use of “private” keyword inheritance.

–Reference Casting

–Problem Solving

Abstract Classes and Inheritance

–Introduction to Abstract Methods,

–Abstract Classes and Interface

–Interface as a Type

–Interface v/s Abstract Class

–Interface Definition

–Interface Implementation

–Multiple Interfaces' Implementation

–Interfaces' Inheritance

–How to create object of Interface

–Problem Solving

Polymorphism

–Introduction to Polymorphism

–Types of Polymorphism

–Overloading Methods

–Overriding Methods

–Hiding Methods

–Final Class and Method

–Polymorphic Behaviour in Java

–Benefits of Polymorphism

–“Is-A” vs “Has-A”

–Association Vs Aggregation

–Problem Solving

–Interview related Question and Answer.

Package

Package and Class path and its use

–First look into Packages

–Benefits of Packages

–Package Creation and Use

–First look into Classpath

–Classpath Setting

 

–Class Import

–Package Import

–Role of public, protected, default

–and private w.r.t package

–Namespace Management

–Package vs. Header File

–Creating and Using the Sub Package

–Sources and Class Files Management

Using Predefined Lang package & other Classes

–Java.lang Hierarchy

–Object class and using toString(), equals(),

hashCode(), clone(), finalize() etc

–Using Runtime Class, Process Class to play music, video from Java Program

–Primitives and Wrapper Class

–Math Class

–String, StringBuffer, StringBuilder Class

–String Constant Pool.

–Various usage and methods of String,

StringBuffer, StringBuilder

–Wrapper Classes

–System Class using gc(), exit(), etc.

New Concepts in package

–Atuoboxing and Autounboxing

–Static import.

–Instanceof operator.

–Enum and its use in Java

–Working with jar

Garbage Collection

–Garbage Collection Introduction

–Advantages of Garbage Collection

–Garbage Collection Procedure

–Java API

–Interview related Question and Answer.

Exception Handling

–Introduction to Exceptions

–Effects of Exceptions

–Exception Handling Mechanism

–Try,catch,finally blocks

–Rules of Exception Handling

–Exception class Hierarchy, Checked &

Unchecked Exception

–Throw & throws keyword

–Custom Exception Class

–Chained Exception.

–Resource handling & multiple exception

class.

–Problem Solving

–Interview related Question and Answer.

Multithreading

–Introduction

–Advanages

–Creating a Thread by inheriting

–from Thread class

–Run() and start() method.

–Constructor of Thread Class

–Various Method of Thread Class

–Runnable Interface Implementation

–Thread Group

–Thread States and Priorities

–Synchronization method, block

–Class & Object Level Lock

–Deadlock & its Prevention

–Interthread Synchronization

–Life Cycle of Thread

–Deprecated methods : stop(), suspend(),

–resume(), etc

–Problem Solving

–Interview related Question and Answer.

GUI :

–Applet, AWT, Event Handling

Applet(java.applet)

–Introduction & Advantage of Applet

–How to create and run an Applet in

browser and appletviewer

–Life Cycle of Applet

–Using Graphics, Color, Font and other

classes in Applet to draw Shapes, String,

Images

–Creating Banner in Applet

 

–AppletContext interface. Using AudioClip interfaces to play music.

–Problem Solving

Abstract Window Toolkit (java.awt)

–AWT Hierarchy

–Using Component classes like Button,

TextArea, TextField, Checkbox, Label,

Choice, List, etc

–Using Container classes line Applet, Panel, Frame, Window, Dialog(Open &

Save Dialog)

–Using Layout Manager to organize component on a container.

–Using Borderss, Menus, Toolbars,

Dialogs

–Using setBounds() to place component on Frame/Applet.Problem Solving

GUI Event Handling( java.awt.event)

–Delegation Event Model

–What is Events and stepsfor Event

Handling

–Using different Event Classes to generate event

–Handling different events by respective

Event Listeners

–Using Event in Applet & Event

–Handling the event in different ways.

–Adaptor Classes

–Problem Solving

Using Applet and Frame

–Passing Parameter from HTML to Applet

–Inter Applet Communication

–Communication between Frame.

–Customizing TextField, Frame, etc

–Using NetBean IDE

–Problem Solving

–Interview related Question and Answer.

Input Output Streams

Java I/O Stream

–I/O Stream - Introduction

–Types of Streams

–Stream Class Hierarchy

–Using File Class

–Copy and Paste the content of a file.

–Byte Streams vs Character Streams

–TextFile vs Binary File

–Character Reading from Keyboard by

InputStreamReader

–Reading a Line/String from Keyboard by BufferedReader

–Standard I/O Streams

–Using Data Streams to read/write

primitive data

–PrintStream vs PrintWriter

–Using StreamTokenizer and

RandomAccessFile.

–Using nio package.

–Problem Solving

Serialization

–Introduction to Serialization

–Using Object Streams to read/write object

–Transient Keyword

–Serialization Process

–Deserialization Process

–Problem Solving

–Interview related Question and Answer.

Networking

–Networking  Basics

–What is IP Address

–What is Protocol

–What is Ports

–What is Client/Server Architecture

–What is Sockets

Java Networking

–INetAddress class

–ServerSocket and Socket Class

–DatagramSocket and DatagramPacket

Class

–URL & URLConnection class

–MultiCastSocket class

–Creating chat application

–Problem Solving

 

Recent Courses

blog
  • July, 19th 2024
  • 0

NUMPY,PANDAS,MATPLOTLIB,SEABORN,SKLEARN

  • 399.00₹
  • 5500.00₹
blog
  • July, 21st 2023
  • 6

Python Professional With DATA STRUCTURE, DBMS

  • 399.00₹
  • 5500.00₹
blog
  • July, 19th 2024
  • 1

iot-and-ai-professional

  • 399.00₹
  • 5500.00₹
blog
  • January, 18th 2023
  • 1

Benefits of Internship ---10000+ Internships with Stipend Apply For Free---

  • 399.00₹
  • 5500.00₹
blog
  • January, 18th 2023
  • 3

plc-and-scada-industrial-training

  • 4000.00₹
  • 5500.00₹

About Instructor

Student Feedback

5
Course Rating
100%  
100%  
100%