Day 1 - Java Full Stack Presentation
Day 1 - Java Full Stack Presentation
CONCEPTS
Our Vision
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
‘https://imjo.in/gHNkDr
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
● 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?
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.