Skip to content
TechAlmirah
Unlocking the World of Technology
  • Home
  • Tutorials
    • Basic Computer
    • Computer Network
    • Operating System
    • Data structure
    • RESTful API
    • Cloud Computing
    • Quantum Computing
    • Cryptocurrency
    • Software Engineering
    • DBMS
    • POP with C
  • DevOps
    • Kubernetes
    • Docker
  • Programming Language
    • C
    • Java
    • Node.js
  • CheatSheet
  • Interview
    • Q & A
  • Comparison
  • Blog

Category: Java

Java program to check prime number

4 December 2021 techalmirah

Here’s a Java program to check whether a given number is prime or not: In this program, we first import…

Continue Reading →

Posted in: Java

Inheritance java program

23 November 2021 techalmirah

Here are java program to implement the inheritance, the most amazing OOP concept. There are different types of inheritance like…

Continue Reading →

Posted in: Java

java program to get input from user

20 November 2021 techalmirah

In Java, you can use the Scanner class to get input from the user via the console. In this article,…

Continue Reading →

Posted in: Java

method overloading java program

17 November 2021 techalmirah

Method overloading is a feature in Java that allows you to define multiple methods with the same name but different…

Continue Reading →

Posted in: Java

constructor java program

14 November 2021 techalmirah

A constructor in Java is a special type of method that is used to initialize objects. It has the same…

Continue Reading →

Posted in: Java

print student details in java

13 November 2021 techalmirah

Here is a java program to print student details using object oriented approach. In this program first the user input…

Continue Reading →

Posted in: Java

swap two numbers java program

9 November 2021 techalmirah

Here is a java program to swap two numbers, using third variable, without third variable, and swap two number input…

Continue Reading →

Posted in: Java

Post navigation

Page 2 of 3
← Previous 1 2 3 Next →
  • Join Us
  • About Us
  • Privacy Policy
  • Terms and Conditions
  • Contact Us
  • Linkedin
  • Instagram
  • twitter
  • Pinterest
Copyright © 2023 TechAlmirah