SlideShare a Scribd company logo
Basic Online Java
Course
→Brainsmartlabs
Follow us @ https://www.brainsmartlabs.com/free-basics
Index
• Introduction to Java course
• Basic concepts in Java course
• Types of Java applications
• Java platforms
• Where is Java being used?
• Is java worth to study?
• Introduction to Brainsmartlabs
• Why choose java course in Brainsmartlabs?
• Contact us
Introduction to Brainsmartlabs
Brainsmartlabs is the one-stop online portal for IT
beginners to learn basics and advanced Java and
SQL free online course. We are providing a unique
way of teaching Core Java, SQL, and advanced SQL
with examples. The Brainsmartlabs is the best
platform to learn online Java and SQL online with
affordable cost and practical examples.Explore
through free Java courses online with
brainsmartlabs and learn Java programming and
improve your career with free basic Java and SQL
courses. Join now today for best offer.
Introduction to Java
Java is a programming language developed by
James Gosling and others at Sun Microsystems and
released in 1995.Java is based on WORA - Write
Once, Run Anywhere. It is platform independent
language. Java Programs are composed to byte
code that can run on any Java virtual machine
(JVM). Java is one of the program language.
Nowadays six million+ Java developers are there in
IT companies. Java software runs on embedded
devices, smart cards, ATMs, thin clients, PCs,
servers, and mainframes than any other software.
What is Java
Java is a programming language. Java is a high
level robust secured and an object-oriented
programming language. If a programmer writes a
Java application, the byte code runs on operating
systems (OS), including Windows, Linux, and Mac
OS. Since Java has its own runtime environment
(JRE) and API, it is called platform.
Types of Java applications
• Standalone Application or Desktop GUI Applications
• Web Application
• Enterprise Application
• Mobile Application
• Embedded Systems
• Web Servers and Application Servers
• Scientific Applications
Java Platforms
There are four types of Java platforms.
Java SE (Java Standard Edition):It is a Java
programming platform. It involves Java
programming APIs such as java.lang, java.io,
java.net, Java.util, java.sql, java.math etc. It also
includes core topics like OOPs, String, Regex,
Exception, Inner classes, Multithreading, I/O
Stream, Networking, AWT, Swing, Reflection,
Collection etc.
• Java EE: (Java Enterprise Edition)It is an
enterprise platform which is essentially used to
develop web and enterprise applications. It is built
on the top of Java SE platform. It includes topics
like Servlet, JSP, Web Services, EJB, JPA etc.
• Java ME: (Java Micro Edition)It is a micro platform
which is mainly used to develop mobile
applications.
• Java FX: It is used to develop rich internet
applications. It uses lightweight user interface API.
Where is Java being used?
• Desktop applications
• Web applications
• Enterprise application
• Mobile
• Embedded system
• Smart card
• Robotics
• Game and etc,.
Basic Concepts in Java
• Class
• Objects
• Identifiers
• Methods
• Encapsulation
• Inheritance
• Polymorphism
• Constructors
Class
• A class is used to create objects and data types
and methods.
public class Dog {
String bread;
int age;
String color;
Void barking(){
}
Void hungry() {
}
Void sleeping() {
}
}
Objects
• A Java object is a combination of data. Objects
are created from templates known as classes.
public class Puppy {
public Puppy(String name) {
// This constructor has one parameter, name.
System.out.println("Passed Name is :" + name );
}
public static void main(String []args) {
Puppy myPuppy = new Puppy( "tommy" );
}
}
Identifiers
• Identifiers are the names of variables, methods,
classes, packages and interfaces
Methods
• A method is a set of code simply by utilizing the
method's name.
public class Numbers {
public static void main(String[] args) {
System.out.print("Square root of 4 is: " +
Math.sqrt(4));
}
}
Encapsulation
• Encapsulation in Java is a mechanism of wrapping
the data and code together as a single unit.
public class Person
{ private String name;
public String getName()
{ return name;
}
public void setName(String name)
{ this.name"
}
}
Inheritance
• Inheritance is a new class derived from an existing
class. A class derived from another class is called a
subclass, whereas the class from which a subclass
is derived is called a superclass.
Polymorphism
• Polymorphism is a concept which we can perform a
single action in different ways.
• There are two types of polymorphism in Java:
1.compile-time polymorphism
2. Runtime polymorphism.
• We can perform polymorphism in java by method
overloading and method overriding.
Constructor
• A constructor is a block of code related to a
program that's called when an instance of an
object is created.
public class Myclass{
...
MyClass(){
this("BeginnersBook.com");
}
MyClass(Sting s, int age){
this.name=s;
this.age=age;
}
public static void main(String args args[]){
MyClass obj=new MyClass():
...
}
}
Is Java worth to study?
• Java is the most generally used programming
language in the world.
• Java is a good ancestor to learning other
programming languages like C, C++
• Java is a mature language.
• Java prepares you for several open, well-paying
developer jobs.
• You'll find lots of compatible, passionate
programmers.
Why choose Java in
Brainsmartlabs?
Learning basics of java and SQL online is now easy and
simple with Brainsmartlabs.com. It is an online platform for
Java & SQL beginners to get expertise in the advanced core
programming language. The Brainsmartlabs is one such
platform which makes learning easier and affordable with
any number of videos. Here you will learn the free basics
first and then get into the core subject of Java and SQL
language. The videos will not make you bored as we follow
a unique way of teaching with assignments, DIY, tricky
questions, and confusion alerts. So, get prepared for your
interview and be a master before entering the programming
world with Brainsmartlabs.com.
Contact Us
(+91) 80958 38383
support@brainsmartlabs.com
https://www.brainsmartlabs.com/
Basic online java course  - Brainsmartlabs

More Related Content

PPTX
Core java programming tutorial - Brainsmartlabs
PPSX
Core java lessons
ODP
Introduction To Java.
PPTX
Java training in delhi
PPTX
Core Java
PPSX
Short notes of oop with java
PDF
Core java course syllabus
PPT
Presentation on java
Core java programming tutorial - Brainsmartlabs
Core java lessons
Introduction To Java.
Java training in delhi
Core Java
Short notes of oop with java
Core java course syllabus
Presentation on java

What's hot (20)

PPT
Java OOP s concepts and buzzwords
PPTX
java training in jaipur|java training|core java training|java training compa...
PDF
Core Java
PPTX
Core java
PPT
Java features
PPSX
Introduction of java
KEY
Practical OOP In Java
PPSX
Java & advanced java
PPT
Java introduction
PDF
Top 10 Java Interview Questions and Answers 2014
PDF
Introduction to Java Programming
PPTX
Object+oriented+programming+in+java
PPT
Java buzzwords
PDF
Basic Java Programming
PPTX
PPT
Introduction to java
PDF
Cs8392 oops 5 units notes
PDF
JAVA Object Oriented Programming (OOP)
PPTX
Object oriented concepts with java
PDF
Core Java Tutorial
Java OOP s concepts and buzzwords
java training in jaipur|java training|core java training|java training compa...
Core Java
Core java
Java features
Introduction of java
Practical OOP In Java
Java & advanced java
Java introduction
Top 10 Java Interview Questions and Answers 2014
Introduction to Java Programming
Object+oriented+programming+in+java
Java buzzwords
Basic Java Programming
Introduction to java
Cs8392 oops 5 units notes
JAVA Object Oriented Programming (OOP)
Object oriented concepts with java
Core Java Tutorial
Ad

Similar to Basic online java course - Brainsmartlabs (20)

PPTX
1 java programming- introduction
PPTX
oop unit1.pptx
PPTX
PPTX
2. Introduction to Java for engineering stud
PPTX
U1 JAVA.pptx
PDF
Introduction to Java Programming.pdf
PPT
L1 basics
PPTX
object oriented programming unit one ppt
PPT
Comp102 lec 3
PDF
Java Programming
PPTX
Java programing language unit 1 introduction
PPTX
ppt_on_java.pptx
PDF
Object Oriented Programming with Java Basic Syntax.pdf
PDF
Top 100 Java Interview Questions with Detailed Answers
PPTX
Introduction_to_Java_Programming_2025.pptx
PPTX
JAVA PROGRAM CONSTRUCTS OR LANGUAGE BASICS.pptx
PPTX
cs213Lecture_1 java programming oopsss.pptx
PPT
JavaClassPresentation
PPT
PPS Java Overview Unit I.ppt
1 java programming- introduction
oop unit1.pptx
2. Introduction to Java for engineering stud
U1 JAVA.pptx
Introduction to Java Programming.pdf
L1 basics
object oriented programming unit one ppt
Comp102 lec 3
Java Programming
Java programing language unit 1 introduction
ppt_on_java.pptx
Object Oriented Programming with Java Basic Syntax.pdf
Top 100 Java Interview Questions with Detailed Answers
Introduction_to_Java_Programming_2025.pptx
JAVA PROGRAM CONSTRUCTS OR LANGUAGE BASICS.pptx
cs213Lecture_1 java programming oopsss.pptx
JavaClassPresentation
PPS Java Overview Unit I.ppt
Ad

Recently uploaded (20)

PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PDF
PSYCHOLOGY IN EDUCATION.pdf ( nice pdf ...)
PPTX
Pharma ospi slides which help in ospi learning
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
Onica Farming 24rsclub profitable farm business
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
Introduction and Scope of Bichemistry.pptx
PDF
The Final Stretch: How to Release a Game and Not Die in the Process.
PPTX
UNDER FIVE CLINICS OR WELL BABY CLINICS.pptx
PPTX
NOI Hackathon - Summer Edition - GreenThumber.pptx
PDF
Pre independence Education in Inndia.pdf
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
COMPUTERS AS DATA ANALYSIS IN PRECLINICAL DEVELOPMENT.pptx
PPTX
Week 4 Term 3 Study Techniques revisited.pptx
PPTX
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Electrolyte Disturbances and Fluid Management A clinical and physiological ap...
DOCX
UPPER GASTRO INTESTINAL DISORDER.docx
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PSYCHOLOGY IN EDUCATION.pdf ( nice pdf ...)
Pharma ospi slides which help in ospi learning
O7-L3 Supply Chain Operations - ICLT Program
Onica Farming 24rsclub profitable farm business
STATICS OF THE RIGID BODIES Hibbelers.pdf
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Introduction and Scope of Bichemistry.pptx
The Final Stretch: How to Release a Game and Not Die in the Process.
UNDER FIVE CLINICS OR WELL BABY CLINICS.pptx
NOI Hackathon - Summer Edition - GreenThumber.pptx
Pre independence Education in Inndia.pdf
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
COMPUTERS AS DATA ANALYSIS IN PRECLINICAL DEVELOPMENT.pptx
Week 4 Term 3 Study Techniques revisited.pptx
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Electrolyte Disturbances and Fluid Management A clinical and physiological ap...
UPPER GASTRO INTESTINAL DISORDER.docx

Basic online java course - Brainsmartlabs

  • 1. Basic Online Java Course →Brainsmartlabs Follow us @ https://www.brainsmartlabs.com/free-basics
  • 2. Index • Introduction to Java course • Basic concepts in Java course • Types of Java applications • Java platforms • Where is Java being used? • Is java worth to study? • Introduction to Brainsmartlabs • Why choose java course in Brainsmartlabs? • Contact us
  • 3. Introduction to Brainsmartlabs Brainsmartlabs is the one-stop online portal for IT beginners to learn basics and advanced Java and SQL free online course. We are providing a unique way of teaching Core Java, SQL, and advanced SQL with examples. The Brainsmartlabs is the best platform to learn online Java and SQL online with affordable cost and practical examples.Explore through free Java courses online with brainsmartlabs and learn Java programming and improve your career with free basic Java and SQL courses. Join now today for best offer.
  • 4. Introduction to Java Java is a programming language developed by James Gosling and others at Sun Microsystems and released in 1995.Java is based on WORA - Write Once, Run Anywhere. It is platform independent language. Java Programs are composed to byte code that can run on any Java virtual machine (JVM). Java is one of the program language. Nowadays six million+ Java developers are there in IT companies. Java software runs on embedded devices, smart cards, ATMs, thin clients, PCs, servers, and mainframes than any other software.
  • 5. What is Java Java is a programming language. Java is a high level robust secured and an object-oriented programming language. If a programmer writes a Java application, the byte code runs on operating systems (OS), including Windows, Linux, and Mac OS. Since Java has its own runtime environment (JRE) and API, it is called platform.
  • 6. Types of Java applications • Standalone Application or Desktop GUI Applications • Web Application • Enterprise Application • Mobile Application • Embedded Systems • Web Servers and Application Servers • Scientific Applications
  • 7. Java Platforms There are four types of Java platforms. Java SE (Java Standard Edition):It is a Java programming platform. It involves Java programming APIs such as java.lang, java.io, java.net, Java.util, java.sql, java.math etc. It also includes core topics like OOPs, String, Regex, Exception, Inner classes, Multithreading, I/O Stream, Networking, AWT, Swing, Reflection, Collection etc.
  • 8. • Java EE: (Java Enterprise Edition)It is an enterprise platform which is essentially used to develop web and enterprise applications. It is built on the top of Java SE platform. It includes topics like Servlet, JSP, Web Services, EJB, JPA etc. • Java ME: (Java Micro Edition)It is a micro platform which is mainly used to develop mobile applications. • Java FX: It is used to develop rich internet applications. It uses lightweight user interface API.
  • 9. Where is Java being used? • Desktop applications • Web applications • Enterprise application • Mobile • Embedded system • Smart card • Robotics • Game and etc,.
  • 10. Basic Concepts in Java • Class • Objects • Identifiers • Methods • Encapsulation • Inheritance • Polymorphism • Constructors
  • 11. Class • A class is used to create objects and data types and methods. public class Dog { String bread; int age; String color; Void barking(){ } Void hungry() { } Void sleeping() { } }
  • 12. Objects • A Java object is a combination of data. Objects are created from templates known as classes. public class Puppy { public Puppy(String name) { // This constructor has one parameter, name. System.out.println("Passed Name is :" + name ); } public static void main(String []args) { Puppy myPuppy = new Puppy( "tommy" ); } }
  • 13. Identifiers • Identifiers are the names of variables, methods, classes, packages and interfaces
  • 14. Methods • A method is a set of code simply by utilizing the method's name. public class Numbers { public static void main(String[] args) { System.out.print("Square root of 4 is: " + Math.sqrt(4)); } }
  • 15. Encapsulation • Encapsulation in Java is a mechanism of wrapping the data and code together as a single unit. public class Person { private String name; public String getName() { return name; } public void setName(String name) { this.name" } }
  • 16. Inheritance • Inheritance is a new class derived from an existing class. A class derived from another class is called a subclass, whereas the class from which a subclass is derived is called a superclass.
  • 17. Polymorphism • Polymorphism is a concept which we can perform a single action in different ways. • There are two types of polymorphism in Java: 1.compile-time polymorphism 2. Runtime polymorphism. • We can perform polymorphism in java by method overloading and method overriding.
  • 18. Constructor • A constructor is a block of code related to a program that's called when an instance of an object is created. public class Myclass{ ... MyClass(){ this("BeginnersBook.com"); } MyClass(Sting s, int age){ this.name=s; this.age=age; } public static void main(String args args[]){ MyClass obj=new MyClass(): ... } }
  • 19. Is Java worth to study? • Java is the most generally used programming language in the world. • Java is a good ancestor to learning other programming languages like C, C++ • Java is a mature language. • Java prepares you for several open, well-paying developer jobs. • You'll find lots of compatible, passionate programmers.
  • 20. Why choose Java in Brainsmartlabs? Learning basics of java and SQL online is now easy and simple with Brainsmartlabs.com. It is an online platform for Java & SQL beginners to get expertise in the advanced core programming language. The Brainsmartlabs is one such platform which makes learning easier and affordable with any number of videos. Here you will learn the free basics first and then get into the core subject of Java and SQL language. The videos will not make you bored as we follow a unique way of teaching with assignments, DIY, tricky questions, and confusion alerts. So, get prepared for your interview and be a master before entering the programming world with Brainsmartlabs.com.
  • 21. Contact Us (+91) 80958 38383 [email protected] https://www.brainsmartlabs.com/