SlideShare a Scribd company logo
1 of 19
Training Presentation in JAVA/J2EE
Submitted By:
Shubham Banshiwala
Submitted To:
Mr. Abhishek Tiwari
Head of Department
Electronics And Comm.
Introduction of LARA
TECHNOLOGIES
• Lara trained nearly 200 batches for divisive type of
aspirants that includes B.TECH, M.C.A, B.Sc, M.Sc,
M.B.A, B.A, M.A, Medical Science students and
Working Professionals in different fields.
• In every batch 90% of attendees getting
breakthrough in their life.
• Nearly 5000 students certified in various Oracle
certifications
CONCEPTS
OF
JAVA
Practical Aspects of JAVA
Language
Java mobile application used in
tool and frame working of
whatsapp and facebook.
Java Usage in Daily Life
• hfh
Why Java is Necessary for a
Professional
• Java is the language which is used by most of the
organization widely not only in India all over the world.
• If a professional wants to place in a such organizations
like:
• Then it is must that the professional having a good
knowledge in java programming and related
frameworks.
What is definition of
java language?
• Java is a programming language class
based, object oriented that can run
on virtually any type of computer (is
‘platform and device independent').
• Developed in 1995 by James Gosling
of Sun Microsystems.
Contents of Java Language
• The package statement
• The import statement
• Comments
• Class declaration and definition
• Variables
• Methods
• Constructors
Brief Explanation of Java
Contents
The Package Statement :
All java classes are the part of package. A java class
explicitly defines in a package.
package com;
class A
{
}
Class Definition:
A class is a design used to specify behavior of an
object.
• Class Declaration:
The class declaration marks the start of a class. For
class declaration we are using keyword “class”.
• Variable:
The purpose of variables to store the state of an
object they are called instance variable or instance
attributes. They are used to implements the
properties of an object.
• Methods :
Methods are use to manipulate the instance
variables. It is used to implements the behavior of an
object.
Development Of Java Program
package default;
default class A
{
public static void main(String []args)
{
System.out.println(“Success”);
}
}
COMMANDS TO EXECUTE JAVA
PROGRAMM
• There are the two commands, which are use to
execute java program.
javac filename.java
java classname
• Javac is used to
create .class file.
• Java command is used
to run bytecodes in
console window.
Compiler
(java)
Java Virtual Machine (JVM)
Class Loader
Byte code Verifier
Interpreter
Just-in-time
compiler
Security Manager
Operating System
Network
or
File System
= security gateway
Class file
.class
How A Java Byte Code Executes
Java With Database
•Java is connected
different databases
to store the data.
•Whenever user is
login into the
particular system
whatever the
username and
password is
submitting are
already stored in the
database.
HOW TO DEVELOP LOGIN PAGE BY
JAVA
Java is the language which
is use to develop different
web applications.
In general java is the
language which is used for
most of the web applications
which requires database
connectivity.
Java is also interact with
database by
using the concepts of “JAVA
SCRIPT”.
Code To Develop Login Page
• <form action=“loginSuccess.html”>
Username:
<input type=‘text’ name=‘username’><br>
Password:
<input type=‘password’ name=‘password’><br>
<input type=‘submit’ value=‘submit’
onclick=‘return loginValidator()’>
</form>
<script>
function loginValidator(){
if (document.forms[0].username.value.length==0){
alert(“enter username”);
return false;
}
if (document.forms[0].password.value.length==0){
alert(“enter password”);
return false;
Platform independent concept
• Platform
independent
means "write once
run anywhere".
Java is called so
because it can run
on any machine
having the java
core independent
of the platform.
Certification for OCJP
Lara also
preparing the
Professionals for
the
Certification of
“Oracle
Certified Java
Programmer”
”.
Thank you
Hard work and Dedication are the
key to “Success”

More Related Content

What's hot

computer science JAVA ppt
computer science JAVA pptcomputer science JAVA ppt
computer science JAVA pptbrijesh kumar
 
Java and its features
Java and its featuresJava and its features
Java and its featuresPydi Nikhil
 
Features of JAVA Programming Language.
Features of JAVA Programming Language.Features of JAVA Programming Language.
Features of JAVA Programming Language.Bhautik Jethva
 
Java Presentation
Java PresentationJava Presentation
Java Presentationaitrichtech
 
Training on Core java | PPT Presentation | Shravan Sanidhya
Training on Core java | PPT Presentation | Shravan SanidhyaTraining on Core java | PPT Presentation | Shravan Sanidhya
Training on Core java | PPT Presentation | Shravan SanidhyaShravan Sanidhya
 
Introduction To Core Java - SpringPeople
Introduction To Core Java - SpringPeopleIntroduction To Core Java - SpringPeople
Introduction To Core Java - SpringPeopleSpringPeople
 
Learn Java with Dr. Rifat Shahriyar
Learn Java with Dr. Rifat ShahriyarLearn Java with Dr. Rifat Shahriyar
Learn Java with Dr. Rifat ShahriyarAbir Mohammad
 
Genesis and Overview of Java
Genesis and Overview of Java Genesis and Overview of Java
Genesis and Overview of Java Ravi_Kant_Sahu
 
Summer training presentation on "CORE JAVA".
Summer training presentation on "CORE JAVA".Summer training presentation on "CORE JAVA".
Summer training presentation on "CORE JAVA".SudhanshuVijay3
 
C,c++,java,php,.net training institute in delhi, best training institute for ...
C,c++,java,php,.net training institute in delhi, best training institute for ...C,c++,java,php,.net training institute in delhi, best training institute for ...
C,c++,java,php,.net training institute in delhi, best training institute for ...MCM COmpetitive Classes
 

What's hot (20)

computer science JAVA ppt
computer science JAVA pptcomputer science JAVA ppt
computer science JAVA ppt
 
Presentation5
Presentation5Presentation5
Presentation5
 
Java project
Java projectJava project
Java project
 
Java
Java Java
Java
 
Java
JavaJava
Java
 
Java and its features
Java and its featuresJava and its features
Java and its features
 
Introduction to Core Java Programming
Introduction to Core Java ProgrammingIntroduction to Core Java Programming
Introduction to Core Java Programming
 
Java
JavaJava
Java
 
Java PPT
Java PPTJava PPT
Java PPT
 
Features of JAVA Programming Language.
Features of JAVA Programming Language.Features of JAVA Programming Language.
Features of JAVA Programming Language.
 
Java Presentation
Java PresentationJava Presentation
Java Presentation
 
Features of java
Features of javaFeatures of java
Features of java
 
Core java
Core java Core java
Core java
 
Training on Core java | PPT Presentation | Shravan Sanidhya
Training on Core java | PPT Presentation | Shravan SanidhyaTraining on Core java | PPT Presentation | Shravan Sanidhya
Training on Core java | PPT Presentation | Shravan Sanidhya
 
Introduction To Core Java - SpringPeople
Introduction To Core Java - SpringPeopleIntroduction To Core Java - SpringPeople
Introduction To Core Java - SpringPeople
 
Learn Java with Dr. Rifat Shahriyar
Learn Java with Dr. Rifat ShahriyarLearn Java with Dr. Rifat Shahriyar
Learn Java with Dr. Rifat Shahriyar
 
Genesis and Overview of Java
Genesis and Overview of Java Genesis and Overview of Java
Genesis and Overview of Java
 
Summer training presentation on "CORE JAVA".
Summer training presentation on "CORE JAVA".Summer training presentation on "CORE JAVA".
Summer training presentation on "CORE JAVA".
 
Java basics at dallas technologies
Java basics at dallas technologiesJava basics at dallas technologies
Java basics at dallas technologies
 
C,c++,java,php,.net training institute in delhi, best training institute for ...
C,c++,java,php,.net training institute in delhi, best training institute for ...C,c++,java,php,.net training institute in delhi, best training institute for ...
C,c++,java,php,.net training institute in delhi, best training institute for ...
 

Viewers also liked

Introduction to Computer Systems
Introduction to Computer SystemsIntroduction to Computer Systems
Introduction to Computer SystemsPaget High School
 
(E book pdf) thinking in patterns with java
(E book   pdf) thinking in patterns with java(E book   pdf) thinking in patterns with java
(E book pdf) thinking in patterns with javaRaffaella D'angelo
 
Effective Java - Madde 1: Yapılandırıcılar yerine statik fabrika(factory) met...
Effective Java - Madde 1: Yapılandırıcılar yerine statik fabrika(factory) met...Effective Java - Madde 1: Yapılandırıcılar yerine statik fabrika(factory) met...
Effective Java - Madde 1: Yapılandırıcılar yerine statik fabrika(factory) met...İbrahim Kürce
 
Introduction to java
Introduction to java Introduction to java
Introduction to java Java Lover
 
Introduction of c language at lara technologies
Introduction of c language at lara technologiesIntroduction of c language at lara technologies
Introduction of c language at lara technologieslaratechnologies
 
Career prospects of android os
Career prospects of android osCareer prospects of android os
Career prospects of android oslaratechnologies
 
Java basics at Lara Technologies
Java basics at Lara TechnologiesJava basics at Lara Technologies
Java basics at Lara Technologieslaratechnologies
 
Java & J2EE Struts with Hibernate Framework
Java & J2EE Struts with Hibernate FrameworkJava & J2EE Struts with Hibernate Framework
Java & J2EE Struts with Hibernate FrameworkMohit Belwal
 
Introduction to programming with c,
Introduction to programming with c,Introduction to programming with c,
Introduction to programming with c,Hossain Md Shakhawat
 
The java interview questions ebook - confused coders
The java interview questions ebook -  confused codersThe java interview questions ebook -  confused coders
The java interview questions ebook - confused codersYash Sharma
 
Introduction to C programming
Introduction to C programmingIntroduction to C programming
Introduction to C programmingRutvik Pensionwar
 
Introduction to C Language
Introduction to C LanguageIntroduction to C Language
Introduction to C LanguageTarun Sharma
 

Viewers also liked (20)

Introduction to Computer Systems
Introduction to Computer SystemsIntroduction to Computer Systems
Introduction to Computer Systems
 
Semaine 01
Semaine 01Semaine 01
Semaine 01
 
OOP Java
OOP JavaOOP Java
OOP Java
 
Object oriented principles
Object oriented principlesObject oriented principles
Object oriented principles
 
(E book pdf) thinking in patterns with java
(E book   pdf) thinking in patterns with java(E book   pdf) thinking in patterns with java
(E book pdf) thinking in patterns with java
 
One java book
One java bookOne java book
One java book
 
Effective Java - Madde 1: Yapılandırıcılar yerine statik fabrika(factory) met...
Effective Java - Madde 1: Yapılandırıcılar yerine statik fabrika(factory) met...Effective Java - Madde 1: Yapılandırıcılar yerine statik fabrika(factory) met...
Effective Java - Madde 1: Yapılandırıcılar yerine statik fabrika(factory) met...
 
Introduction to java
Introduction to java Introduction to java
Introduction to java
 
Introduction of c language at lara technologies
Introduction of c language at lara technologiesIntroduction of c language at lara technologies
Introduction of c language at lara technologies
 
Lara Technology
Lara TechnologyLara Technology
Lara Technology
 
Career prospects of android os
Career prospects of android osCareer prospects of android os
Career prospects of android os
 
Java Basics
Java BasicsJava Basics
Java Basics
 
Java basics at Lara Technologies
Java basics at Lara TechnologiesJava basics at Lara Technologies
Java basics at Lara Technologies
 
Core java concepts
Core java conceptsCore java concepts
Core java concepts
 
Selenium Basics
Selenium BasicsSelenium Basics
Selenium Basics
 
Java & J2EE Struts with Hibernate Framework
Java & J2EE Struts with Hibernate FrameworkJava & J2EE Struts with Hibernate Framework
Java & J2EE Struts with Hibernate Framework
 
Introduction to programming with c,
Introduction to programming with c,Introduction to programming with c,
Introduction to programming with c,
 
The java interview questions ebook - confused coders
The java interview questions ebook -  confused codersThe java interview questions ebook -  confused coders
The java interview questions ebook - confused coders
 
Introduction to C programming
Introduction to C programmingIntroduction to C programming
Introduction to C programming
 
Introduction to C Language
Introduction to C LanguageIntroduction to C Language
Introduction to C Language
 

Similar to concept of core java

Similar to concept of core java (20)

Introduction to java (revised)
Introduction to java (revised)Introduction to java (revised)
Introduction to java (revised)
 
unit1.pptx
unit1.pptxunit1.pptx
unit1.pptx
 
159747608 a-training-report-on
159747608 a-training-report-on159747608 a-training-report-on
159747608 a-training-report-on
 
oop unit1.pptx
oop unit1.pptxoop unit1.pptx
oop unit1.pptx
 
Curso de Programación Java Intermedio
Curso de Programación Java IntermedioCurso de Programación Java Intermedio
Curso de Programación Java Intermedio
 
1. JAVA_Module_1-edited - AJIN ABRAHAM.pptx.pdf
1. JAVA_Module_1-edited - AJIN ABRAHAM.pptx.pdf1. JAVA_Module_1-edited - AJIN ABRAHAM.pptx.pdf
1. JAVA_Module_1-edited - AJIN ABRAHAM.pptx.pdf
 
CS8392 OOP
CS8392 OOPCS8392 OOP
CS8392 OOP
 
JAVA PROGRAM CONSTRUCTS OR LANGUAGE BASICS.pptx
JAVA PROGRAM CONSTRUCTS OR LANGUAGE BASICS.pptxJAVA PROGRAM CONSTRUCTS OR LANGUAGE BASICS.pptx
JAVA PROGRAM CONSTRUCTS OR LANGUAGE BASICS.pptx
 
java intro.pptx
java intro.pptxjava intro.pptx
java intro.pptx
 
Java basic
Java basicJava basic
Java basic
 
1.Intro--Why Java.pptx
1.Intro--Why Java.pptx1.Intro--Why Java.pptx
1.Intro--Why Java.pptx
 
Unit1 JAVA.pptx
Unit1 JAVA.pptxUnit1 JAVA.pptx
Unit1 JAVA.pptx
 
Java Programming
Java ProgrammingJava Programming
Java Programming
 
Java basics notes
Java basics notesJava basics notes
Java basics notes
 
Introduction to Java
Introduction to JavaIntroduction to Java
Introduction to Java
 
Introduction to Java Programming.pdf
Introduction to Java Programming.pdfIntroduction to Java Programming.pdf
Introduction to Java Programming.pdf
 
Core java learning path for beginners
Core java learning path for beginnersCore java learning path for beginners
Core java learning path for beginners
 
Java questions and answers jan bask.net
Java questions and answers jan bask.netJava questions and answers jan bask.net
Java questions and answers jan bask.net
 
Java chapter 1 basic introduction Unit-1.pptx
Java chapter  1 basic introduction Unit-1.pptxJava chapter  1 basic introduction Unit-1.pptx
Java chapter 1 basic introduction Unit-1.pptx
 
Presentation on java
Presentation  on  javaPresentation  on  java
Presentation on java
 

Recently uploaded

UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 

Recently uploaded (20)

UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 

concept of core java

  • 1. Training Presentation in JAVA/J2EE Submitted By: Shubham Banshiwala Submitted To: Mr. Abhishek Tiwari Head of Department Electronics And Comm.
  • 2. Introduction of LARA TECHNOLOGIES • Lara trained nearly 200 batches for divisive type of aspirants that includes B.TECH, M.C.A, B.Sc, M.Sc, M.B.A, B.A, M.A, Medical Science students and Working Professionals in different fields. • In every batch 90% of attendees getting breakthrough in their life. • Nearly 5000 students certified in various Oracle certifications
  • 4. Practical Aspects of JAVA Language Java mobile application used in tool and frame working of whatsapp and facebook.
  • 5. Java Usage in Daily Life • hfh
  • 6. Why Java is Necessary for a Professional • Java is the language which is used by most of the organization widely not only in India all over the world. • If a professional wants to place in a such organizations like: • Then it is must that the professional having a good knowledge in java programming and related frameworks.
  • 7. What is definition of java language? • Java is a programming language class based, object oriented that can run on virtually any type of computer (is ‘platform and device independent'). • Developed in 1995 by James Gosling of Sun Microsystems.
  • 8. Contents of Java Language • The package statement • The import statement • Comments • Class declaration and definition • Variables • Methods • Constructors
  • 9. Brief Explanation of Java Contents The Package Statement : All java classes are the part of package. A java class explicitly defines in a package. package com; class A { } Class Definition: A class is a design used to specify behavior of an object.
  • 10. • Class Declaration: The class declaration marks the start of a class. For class declaration we are using keyword “class”. • Variable: The purpose of variables to store the state of an object they are called instance variable or instance attributes. They are used to implements the properties of an object. • Methods : Methods are use to manipulate the instance variables. It is used to implements the behavior of an object.
  • 11. Development Of Java Program package default; default class A { public static void main(String []args) { System.out.println(“Success”); } }
  • 12. COMMANDS TO EXECUTE JAVA PROGRAMM • There are the two commands, which are use to execute java program. javac filename.java java classname • Javac is used to create .class file. • Java command is used to run bytecodes in console window.
  • 13. Compiler (java) Java Virtual Machine (JVM) Class Loader Byte code Verifier Interpreter Just-in-time compiler Security Manager Operating System Network or File System = security gateway Class file .class How A Java Byte Code Executes
  • 14. Java With Database •Java is connected different databases to store the data. •Whenever user is login into the particular system whatever the username and password is submitting are already stored in the database.
  • 15. HOW TO DEVELOP LOGIN PAGE BY JAVA Java is the language which is use to develop different web applications. In general java is the language which is used for most of the web applications which requires database connectivity. Java is also interact with database by using the concepts of “JAVA SCRIPT”.
  • 16. Code To Develop Login Page • <form action=“loginSuccess.html”> Username: <input type=‘text’ name=‘username’><br> Password: <input type=‘password’ name=‘password’><br> <input type=‘submit’ value=‘submit’ onclick=‘return loginValidator()’> </form> <script> function loginValidator(){ if (document.forms[0].username.value.length==0){ alert(“enter username”); return false; } if (document.forms[0].password.value.length==0){ alert(“enter password”); return false;
  • 17. Platform independent concept • Platform independent means "write once run anywhere". Java is called so because it can run on any machine having the java core independent of the platform.
  • 18. Certification for OCJP Lara also preparing the Professionals for the Certification of “Oracle Certified Java Programmer” ”.
  • 19. Thank you Hard work and Dedication are the key to “Success”