0% found this document useful (0 votes)
66 views36 pages

Day 1 - Java Full Stack Presentation

The document outlines a 30-day Java Master Class aimed at helping 10 million students learn technology easily, featuring a structured day-wise learning plan covering Java, HTML, Servlets, and MySQL. Participants can attend live classes, receive a webinar participation certificate, and have the option for a one-month internship. The course includes project-based learning, community support, and access to resources for practical application of Java programming skills.

Uploaded by

yoyope1783
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
66 views36 pages

Day 1 - Java Full Stack Presentation

The document outlines a 30-day Java Master Class aimed at helping 10 million students learn technology easily, featuring a structured day-wise learning plan covering Java, HTML, Servlets, and MySQL. Participants can attend live classes, receive a webinar participation certificate, and have the option for a one-month internship. The course includes project-based learning, community support, and access to resources for practical application of Java programming skills.

Uploaded by

yoyope1783
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 36

JAVA

CONCEPTS
Our Vision

Help 10 Million Students to Learn the


Technology in Easy Way
How to mark your
Attendance in YouTube
Live Class?
Ans : During the Live Class, organizer will post Google Form link in
Live Chat Only

Note : The Link will be available during the Live. From the LIVE Class date,
the live video will get removed from the YouTube in 3 days.
Associate Partner
YOU HAVE THE OPTION TO
CHOOSE WITH A WEBINAR
CERTIFICATE OR GET ANY
INTERNSHIP CERTIFICATE…
What U will Learn from 30 Days
Java Master Class
Java Full Stack Learning Plan

01 02 03 04 05

Java HTML Servlets Mysql,JDBC Java


Basic
elements,Paragraphs Mysql
Introduction To Java Introduction,Exceptio Introduction,JDBC Project Building
and OOPS Concepts ,Colors,Forms,Input
ns,Database Access Components,Exampl
Types
es
Day wise Learning Plan
Day 1- Java Introduction | Installation Day 16- Servlets – Server Response , Http Codes , Writing Filters
Day 2- Java Variables – Identifiers , Datatype, Classes and Day 17- Servlets – Exceptions , Cookies Handling , Session Tracking
Objects Day 18- Servlets – Database Access, File Uploading , Handling Date.
Day 3- Java Comments – Single line comments , multi-line Day 19- MySQL – Introduction, Installation, Create Database, Drop database.
comments Day 20- MySQL – Data Types , Create Tables, Drop Tables, Insert Query
Day 4- Loops – Different types of loops , Decision Making Day 21- MySQL – Select Query , Where Clause, Update Query , Delete Query, Like
Statements Clause , Sorting Results , Using Join.
Day 5- Ternary Operator , switch statement , Arrays and Day 22- Introduction To JDBC, Jdbc Components , Driver Connections.
methods in Java Day 23- JDBC Examples.
Day 6- Java Package , Access Modifiers , Java Strings, String
Methods. Day 24- JDBC Transactions.
Day 7- Inheritance , Method Overloading , Method Overriding.
Day 8- Java – Type Casting , Abstract Class , Interface. Day 25- Erasure Coding
Day 9- Java Package , Access Modifiers, Encapsulation, Day 26- Public Auditing
Wrapper Class.
Day 10- Java Regular Expressions, Exception Handling . Day 27- Counselling Management System
Day 11- HTML Basic , Elements , Attributes , Headings Day 28 - Software Puzzle
Day 12- HTML – Colors , CSS, links, images ,tables Day 29 - Crime Management System.
Day 13- HTML – Forms, Form Attributes , Form Elements
Day 14- Servlet – Introduction, Life Cycle Day 30 -Secure Multi-Owner Data Sharing.
Day 15- Servlets – Examples, Form Data, Client Request
List of Projects for Demo in YouTube Live

• Erasure Coding(Day 25)


• Public Auditing(Day 26)
• Counselling Management System(Day 27)
• Software Puzzle(Day 28)
• Crime Management System(Day 29)
• Secure Multi-Owner Data Sharing(Day 30)

All Projects in Netbeans


What you will get from this 30 Days Master
Class?

1. You can attend YouTube Live Class


2. E-Certificate ( WEBINAR
PARTICIPATION CERTIFICATE)
Sample Webinar Participation
Certificate?
1 Month Internship in Java

• INTERNSHIP E-Certificate (30Days Internship on Java Full Stack)


• Highly organized Video content
• Download Project Files
• Download PPTs
• Assignments
• Weekly Hackathons
• Flexible Time.
• Access Period: 60Days from the date of payment
• Community or Forum Support
What You Will Get??? Project Files of
Java
•30 Days Learning Practice
•Servlet concepts
• + Projects
Project PPT
• Erasure Coding(Day 25)
• Public Auditing(Day 26)
• Counselling Management System(Day 27) Video Class Access for 2
• Software Puzzle(Day 28) Months
• Crime Management System(Day 29)
• Secure Multi-Owner Data Sharing(Day 30)

Get chance to Enroll 1-Month


Internship on demand
14

How to Enroll into 1 month


Internship?

‘https://imjo.in/gHNkDr

COUPON CODE : JFSMC2

RS.999
What is Java?
➢ It is an Object-Oriented Programming Language developed by Sun
Microsystems and released in the year 1995.
➢ Platform independent(i.e. , it can run on any platform).
➢ Mainly based on the OOPS concept(Object Oriented Programming
Systems).
➢ It can be combined with other technologies like Spring , Hadoop and
Android.
Why Java?
➢ Easier to code and more secure than other programming languages.
➢ Supports multithreading(i.e. , it can handle more than one request at a time).
➢ Supports method reusability(i.e, a method can be written only once and used
anywhere in the program which results in the reduction of code).
➢ Other features of Java like Polymorphism , Abstraction, Encapsulation and
Inheritance makes the programming language more robust and efficient.
Why Java?
● Scalability:
● We can achieve scalability by increasing the resources such as RAM
and CPU in a single system.

● Memory – Management:
● Java provides its own mechanism for managing the memory is
known as garbage collection.
● It automatically deletes the objects when they no longer used by the
application. It improves the speed of the application.
Reasons To Learn Java
➢ It is one of the hottest programming languages in today’s world.
➢ Millions of applications can be built with Java Programming Language.
➢ Java is used in a variety of industries like tech , government , finance ,
healthcare , insurance , education and more.
➢ The entry-level salary of a Java Developer is $59,053.With more experience
, the salary can exceed $100,000.
➢ So, Java developers make more money.
Different DOMAINS
➢ J2SE(Java Platform, Standard Edition) – It is used to
provide the core java functionality. It is mainly used to create
Desktop Applications.
➢ J2ME(Java Platform, Micro Edition) - It is used to create
Applications on Mobile Devices.
➢ J2EE(Java Platform, Enterprise Editions) – Enterprise
version of Java is used for web-based Applications.
COMPONENTS OF JAVA

➢ JVM: It provides an environment for executing Java


Programs.
➢ JDK: It is a software development environment and it contains
the compiler , debugger and other classes to compile and
debug a software program.
➢ JRE: It provides a runtime environment to execute the Java
programs and other applications.
APPLICATIONS OF JAVA:

● Mobile App Development:


● Most of the android applications build using Java.
● The most popular android app development IDE Android
Studio also uses Java for developing android applications.
APPLICATIONS OF JAVA:
APPLICATIONS OF JAVA:

● Desktop GUI Applications:


● We can also develop a GUI application using Java.
● Java provides AWT, JavaFX, and Swing for developing the GUI
based desktop application.
Web – based Applications:
Web – based Applications:
● It is also used for developing the web-based application because it provides vast
support for web development through Servlet, JSP, and Struts.
● It is the reason that Java is also known as a server-side programming language.
Using these technologies, we can develop a variety of applications.

● The most popular frameworks Spring, Hibernate, Spring Boot, used


for developing web-based applications.
Game development:
Game development:

● Java is widely used by game development companies because it has


the support of the open-source most powerful 3D engine.
● The engine provides unparalleled capacity when it comes to the
context of the designing of 3D games.
BIG DATA TECHNOLOGY:

● The tool Hadoop HDFS platform for processing and storing big data
applications is written in Java.
● In big data, Java is widely used in ETL applications such as Apache
Camel and Apache Kafka.
IOT APPLICATION:
IOT APPLICATION:
● IoT is a technology that connects the devices in its network and
communicates with them.
● IoT has found almost in all the small devices such as health gears,
smartphones, wearables, smart lighting, TVs, etc.
● For developing the IoT application there is a lot of programming
languages that can be used but Java offers an edge to developers that
is unparalleled.
What you will get from this 30 Days Master
Class?

1. You can attend YouTube Live Class


2. E-Certificate ( WEBINAR
PARTICIPATION CERTIFICATE)
Sample Webinar Participation
Certificate?
On Demand
You can get chance to apply 1 Month
Internship on Java Full Stack Masterclass

https://imjo.in/gHNkDr
COUPON CODE : JFSMC2
What is
Internship????
Learn

Practice

Verify

Get Certified

Grow
Eclipse and jdk installation
● Installation of jdk and adt bundle.
● Steps involved in setting the jdk path.
1. RightClick MyComputer->Properties
2. Next Click->Advanced System Settings
3. Click Environment variables.
4. Click new
5. Write the variable name as path
6. Copy the jdk path till bin folder
7. Paste the path of bin folder in the variable value.
8. Click on the OK button.
9. Click on the OK button.
Eclipse installation

● Download Eclipse
● Unzip the Eclipse file.

You might also like