Category Archives: Java

java programming | Learn OOP

What you will learn in this java programming course? You will learn about various object oriented programming concepts using Java. how to use object oriented principles in real world Learn and understand what are classes, objects, constructors and how to use them Know about what is inheritance and its types What is overloading and what… Read More »

Object-Oriented Programming in JAVA

Welcome to Object-Oriented Programming in JAVA course. If you are familier with fundamental programming then this course will help you. What you will learn in this Object-Oriented Programming in JAVA Course: You will learn Java Programming features through Java Programming. You will learn how to apply Object-Oriented Programming in JAVA in the real time in… Read More »

Abstract class in java

In this tutorial, I will introduce you to the abstract class in java. What is Abstract Class in Java? An abstract class is almost similar to the interface but the implementation of the method is different. How to Create Abstract Class? Abstract keyword is used to create an abstract class. An Abstract Class cannot have… Read More »

Inheritance in Java | learn inheritance

Inheritance in Java Inheritance: Inheritance means inheriting something from someone. In real life, an example is that a child is inheriting money from his parents. So if a parent has million dollars a child is basically inheriting million dollars from his parents. Inheritance in Java means a class is inheriting the methods and properties of… Read More »

Classes and Objects in Java with examples

Classes and Objects in Java Class: To understand classes and objects in java, In order to take the example of the class so let’s consider basically We divide people depending upon there professions. We classified people on the base of there professions like doctors, lawyers, drivers, teachers, engineers and all those kinds of professions. So basically… Read More »

datatypes in java |Rules of Variables in Java

datatypes in java| Rules of Variable in java In this tutorial, I will introduce you to about what are variables, What are data and their types. I will also introduce you about datatypes in java. How to declare and initialize a variable in Java. Variable: It is  the memory location where we store data Data: Collection of Raw… Read More »

Java Tutorial for Complete Beginners

Java Tutorial for Complete Beginners What will you learn in this course? Learn to program in Java. Requirements Basic fluency with computers Description Learn to program in the Java programming language. This course assumes no prior programming knowledge, just a desire to learn to program. Who is the target audience? Anyone who wants to learn… Read More »

Hotel Management project in Java

Hotel Management Project in Java **************************************************************************************************** I am sharing the source code of this simple project so copy and paste this code into your IDE just check the result of this simple project. **************************************************************************************************** /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools… Read More »