alternative
  • Home (current)
  • About
  • Tutorial
    Technologies
    SQL -Structured Query Language
    Python
    Ethical Hacking
    Java
    .net Framework
    Placement Preparation
    Quantitative Aptitude
    View All Tutorial
  • Quiz
    SQL -Structured Query Language
    Quantitative Aptitude
    Java
    View All Quiz Course
  • Q & A
    Quantitative Aptitude
    Java
    View All Q & A course
  • Programs
  • Articles
    Artificial Intelligence & Machine Learning Project
    How to publish your local website on github pages with a custom domain name?
    How to download and install Xampp on Window Operating System ?
    How To Download And Install MySql Workbench
    How to install Pycharm ?
    How to install Python ?
    How to download and install Visual Studio IDE taking an example of C# (C Sharp)
    View All Post
  • Tools
    Program Compiler
    Sql Compiler
    Replace Multiple Text
    Meta Data From Multiple Url
  • Contact
  • User
    Login
    Register

Java - Introduction

Java is a powerful general-purpose programming language.

It is –

  • Simple- Java is quite simple and straightforward language to learn.
  • High level
  • Robust- Robust means reliable. It is reliable because in java, compiler will check all possible error before only. The fundamental component which make it dependable is
  1. Automatic garbage collection
  2. Exception Handling
  3. Memory allocation
  4. Type checking mechanism
  • Object oriented programming-Everything in java is object. It allows users to make objects they want and create methods to handle those objects. The basic concept of Object-Oriented Programming is to create objects and re-use them throughout the program and manipulate the objects to get results.
  • Platform Independent- Java has its own virtual machine i.e JVM and runtime environment i.e JRE on whichever platform it is being run on. So it doesn’t use any resource from the local machine. Therefore java is platform independent.
  • Secure-It help to develop virus free application. It is mostly known for its security. It is secure because
  1. Java Program run inside its own Java virtual machine (JVM) and Java runtime environment (JRE).

 

It is used to developed:

  • Desktop applications
  • Web applications
  • Enterprises applications
  • Mobile applications
  • Web servers and application servers
  • And many more

 

Java was created in the year 1995 by Sun Microsystem. Later acquired by oracle corporation

Java Hello World Example-

// Java 1st Hello World Program

public class FirstProgram{

    public static void main(String[] args) {

        System.out.println("Hello World");

/* It will Print Hello World */

   }

}

Run Program

Hello World is a simple program in java.

To run this program on your local PC make sure you should install all the required prerequistes:

To learn to install and run this program, see next topic

Quiz Time
Java

Java

  • Introduction
  • Installation and running a first java program
    • JDK Installation
    • Environment Variable Path Setup
    • Running a first java program
  • 1st Java Program Explanation
    • Program Syntax
  • JDK,JRE,JVM
    • JRE
    • JDK
    • JVM
  • Thing to know before proceed
    • Variable
    • Datatype
    • Operator
    • Keyword
    • Access Modifier
  • Decision Control and looping statement
    • If-else
    • Switch
    • For
    • While
    • do-while
    • break
    • continue
  • Object-Oriented Programming (OOPS) Concept
    • About OOPs
    • Object & Class
    • Inheritance
    • Polymorphism (Runtime & Compile Time)
    • Abstraction (Using abstract and interface)
    • Encapsulation

About Fresherbell

Best learning portal that provides you great learning experience of various technologies with modern compilation tools and technique

Important Links

Don't hesitate to give us a call or send us a contact form message

Terms & Conditions
Privacy Policy
Contact Us

Social Media

© Untitled. All rights reserved. Demo Images: Unsplash. Design: HTML5 UP.