• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
projectsgeek

ProjectsGeek

Download Mini projects with Source Code, Java projects with Source Codes

  • Home
  • Java Projects
  • C++ Projects
  • VB Projects
  • PHP projects
  • .Net Projects
  • NodeJs Projects
  • Android Projects
    • Project Ideas
      • Final Year Project Ideas
      • JSP Projects
  • Assignment Codes
    • Fundamentals of Programming Language
    • Software Design Laboratory
    • Data Structure and Files Lab
    • Computer Graphics Lab
    • Object Oriented Programming Lab
    • Assembly Codes
  • School Projects
  • Forum

Introduction to Java

April 3, 2012 by ProjectsGeek Leave a Comment

Introduction to Java
Part 1 Contents :

  •     History of Java
  •     What is JDK
  •     Features of Java
  •     Sample program 


History of Java

Java is Object oriented, Multi-threading language developed by Sun Microsystems in 1991.

It is designed to be small, simple and portable across different platforms as well as OS.

What is JDK

JDK stands for Java development Kit.

There are two parts: Java Compiler and Java Interpreter (JVM).

Java Compiler generates bytecode instead of machine code and interpreter executes java

program. 

What is bytecode?

Bytecode is a set of instructions that resemble machine code but are not specific to any

processor.

The disadvantage of using bytecode is the execution speed. Since system specific programs

run directly on the hardware, they are faster than the Java bytecode. 

Features of Java

  1. Syntax based on C++
  2. Object-oriented
  3. Support for Internet applications
  4. Extensive library of prewritten classes
  5. Portability among platforms
  6. Built-in networking
  7. Security as JRE is inaccessible to other parts of computer. 

Class 

  • Tool for encapsulating data and operations (methods) into one package
  • Defines a template or model for creating and manipulating objects

Objects
  • Data created using the class and its methods
  • An object is an instance of the class
  • Creating an object is instantiation
OOP : Advantage
  • Well-written classes can be reused in new applications
  • Shortens development time because programmers don’t need to write new code
  • Programs are more robust because the class code is already tested
  
Introduction to Java 3

Other Projects to Try:

  1. Java for Programmers By -Paul Dietel and Harvey Dietel
  2. First Program in Java
  3. Active X DLL in VB.Net
  4. Java Applet Tutorial for Beginners
  5. Java Tutorial for beginners – Introduction to Java

Filed Under: Java Tutorials

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Tags

.Net Projects Download Android Project Ideas Android Projects Angular 2 Assembly Codes C # Projects C & C++ Projects C++ Projects Class Diagrams Computer Graphics Database Project Data Mining Projects DataScience Projects Datastructure Assignments Download Visual Basic Projects Electronics project Hadoop Projects Installation Guides Internet of Things Project IOS Projects Java Java Interview Questions Java Projects JavaScript JavaScript Projects java tutorial JSON JSP Projects Mechanical Projects Mongodb Networking Projects Node JS Projects OS Problems php Projects Placement Papers Project Ideas Python Projects seminar and presentation Struts

Search this Website


Footer

Download Java Project
Download Visual Basic Projects
Download .Net Projects
Download VB Projects
Download C++ Projects
Download NodeJs Projects
Download School Projects
Download School Projects
Ask Questions - Forum
Latest Projects Ideas
Assembly Codes
Datastructure Assignments
Computer Graphics Lab
Operating system Lab
australia-and-India-flag
  • Home
  • About me
  • Contact Form
  • Submit Your Work
  • Site Map
  • Privacy Policy