Skip to content
Menu
Code for Java c
  • Home
  • Java
    • Java Examples
    • Java tutorials
  • C
    • C tutorials
    • C Examples
  • C++
    • C++ Tutorials
    • C++ Examples
  • Python
    • Python Tutorials
    • Python Examples
  • About
    • About me
    • contact us
    • disclaimer
    • Privacy Policy
Code for Java c

Category: Java Program

Multilevel inheritance in Java language

Posted on February 2, 2017December 27, 2019

Multilevel inheritance in Java language In this tutorial, we will discuss the subject of Multilevel inheritance in Java language Already, we have looked at multilevel inheritance in  Inheritance in Java. Multilevel inheritance is one a concept in Java inheritance.  A base class is inherited by a intermediate class and this derived class is inherited by…

Single level inheritance in Java language

Posted on February 2, 2017December 27, 2019

Single level inheritance in Java language In this tutorial, we will discuss the concept of single-level inheritance in Java language Single level inheritance is one of the techniques in Java. It is easy to understand, a class acquires the properties of (data members and methods) another class. The diagram below indicates that class B extends…

Hierarchical inheritance in java language

Posted on February 2, 2017December 27, 2019

Hierarchical inheritance in java language In this tutorial, we will discuss the subject of Hierarchical inheritance in java language Hierarchical inheritance is when multiple classes inherit from a single class. There are one parent (super) class and many children(sub) classes. Hierarchical inheritance is supported in Java. In the example below, class B, class C and…

Constructor overloading in Java language

Posted on January 30, 2017February 24, 2020

Constructor overloading in Java language In this tutorial, we will discuss the subject of Constructor overloading in Java language Constructor overloading Constructor overloading is one of the techniques in Java. A Java class can have any number of constructors that is different in the parameter. As the constructor has the same name of the class…

Constructor in Java programming language

Posted on January 23, 2017February 24, 2020

Constructor in Java programming language In this tutorial, we will discuss the concept of Constructor in Java programming language. Constructor is a group of codes which are similar to a method. Purpose of the constructor is to create an object(instance)in a class. We may perceive constructor as a special type of method. A constructor must…

Method overloading in Java language

Posted on January 15, 2017February 24, 2020

Method Overloading in Java language In this tutorial, we will discuss the concept of method overloading in Java language. Method overloading is one of the features of Java which helps the methods with the same name. Java may contain many methods with the same name but with different parameter list.   What are the different of parameter…

if condition programs example in Java

Posted on January 3, 2017December 26, 2019

if condition programs example in Java In this article, we will discuss the if condition programs example in Java How to write small programs using  if else statement in java If condotion is a booleam expression can be use check condition in many programming languages for software development similar, C, C++, php etc… for write…

Nested if else in Java programming language

Posted on January 2, 2017December 26, 2019

Nested if else in Java programming language In this article , we will discuss the Nested if else in Java programming language Nested if statement Nested if-else statement,which means use one if – else statement inside another if – else statement. Inside means if body or else body. One or more condition are evaluated by…

Switch case statement in Java language

Posted on December 30, 2016September 28, 2020

Switch case statement in Java language In this tutorial, we will discuss the concept of the Switch case statement in Java language In this post, we will learn how to use the  switch case statement in java language The switch statement is one of the java statement allows a unique variable to be checked for…

Floyd’s triangle number pattern using for loop in Java

Posted on December 7, 2016January 29, 2020

floyd’s triangle number pattern using for loop  in Java In this article, we will discuss Floyd’s triangle number pattern using for loop in Java We can display many types of the rectangle, square shapes, many types of tables, pyramid shapes and Floyd’s triangle shapes using java.  In this post, we are going to how to…

  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • Next

tag

Addition (6) Array (38) C++ language (91) C language (98) c sharp (23) Division (6) Function (29) if else (32) Java language (102) JavaScript (5) loops (137) Multiply (7) Oop (2) patterns (65) PHP (13) Python Language (38) Subtraction (7) temperature (20)

Archives

Categories

Address

Global information technology

Puloly south, PointPedro

Jaffna

Srilanka

©2025 Code for Java c | Powered by SuperbThemes