SlideShare uma empresa Scribd logo
1 de 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”

Mais conteúdo relacionado

Mais procurados

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
 

Mais procurados (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 ...
 

Destaque

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
 

Destaque (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
 

Semelhante a concept of core java

Semelhante a 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
 

Último

TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating SystemRashmi Bhat
 
CS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdfCS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdfBalamuruganV28
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONjhunlian
 
OOP concepts -in-Python programming language
OOP concepts -in-Python programming languageOOP concepts -in-Python programming language
OOP concepts -in-Python programming languageSmritiSharma901052
 
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESCME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESkarthi keyan
 
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptJohnWilliam111370
 
Novel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsNovel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsResearcher Researcher
 
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdf
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdfPaper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdf
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdfNainaShrivastava14
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substationstephanwindworld
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdfHafizMudaserAhmad
 
Levelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodLevelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodManicka Mamallan Andavar
 
Module-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdfModule-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdfManish Kumar
 
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...Stork
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingBootNeck1
 
Artificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewArtificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewsandhya757531
 
Turn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxTurn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxStephen Sitton
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxRomil Mishra
 
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSneha Padhiar
 
Engineering Drawing section of solid
Engineering Drawing     section of solidEngineering Drawing     section of solid
Engineering Drawing section of solidnamansinghjarodiya
 

Último (20)

TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating System
 
CS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdfCS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdf
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
 
OOP concepts -in-Python programming language
OOP concepts -in-Python programming languageOOP concepts -in-Python programming language
OOP concepts -in-Python programming language
 
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESCME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
 
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
 
Novel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsNovel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending Actuators
 
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdf
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdfPaper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdf
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdf
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substation
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf
 
Levelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument methodLevelling - Rise and fall - Height of instrument method
Levelling - Rise and fall - Height of instrument method
 
Module-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdfModule-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdf
 
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event Scheduling
 
Artificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewArtificial Intelligence in Power System overview
Artificial Intelligence in Power System overview
 
Turn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxTurn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptx
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptx
 
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
 
Engineering Drawing section of solid
Engineering Drawing     section of solidEngineering Drawing     section of solid
Engineering Drawing section of solid
 

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”