Skip to content
Monday, July 14, 2025
Latest:
  • How to resolve -bash: netstat: command not found centos stream 9
  • python script to STT output in a text file
  • New Install Asterisk 18 from source on CentOS Stream 8
  • How to save audio stream from Asterisk to a file via WebSocket
  • create web socket and save data in a text file

Eduguru

Tech Blog and Discussion

  • Blog
  • Discussion
  • Asterisk Support
  • Contact Us
  • Quiz
    • C Program
    • C – Input/Output
    • PHP Program
    • Basic SQL

Java

Java Tutorial

Java Tutorial 

Components of Java

March 16, 2020 Krishna Components of Java, Development environment, Execution environment, graphical user interfaces, Interfaces and architectures, Java, Java 2 SDK, Java applications, Java Cryptography Architecture, Java platform, Java Runtime Environment, Java Virtual Machine, JVM

There are a number of different components to Java: 1. Development environment The Java 2 SDK contains the tools and

Read more
Java Tutorial 

A Closer Look at the First Sample Program

February 20, 2020February 20, 2020 Krishna A Closer Look at the First Sample Program, Java, java class, java program, java programming, javac, system.out

Although Example.java is quite short, it includes several key features that are common to  all Java programs. Let’s closely examine

Read more
Java Tutorial 

Compiling the Program

February 20, 2020 Krishna compiling, Compiling the Program, Java, java program, java program compiling, java programming, javac

To compile the Example program, execute the compiler, javac, specifying the name of the source file on the command line,

Read more
Java Tutorial 

Entering the Program

February 20, 2020 Krishna Entering the Program, Java, java details, java program, java programming, javac, program

For most computer languages, the name of the file that holds the source code to a program is immaterial. However,

Read more
Java Tutorial 

Object-Oriented Programming

February 20, 2020 Krishna Encapsulation, Inheritance, java program, java programming, Object-Oriented Programming, Polymorphism

Object-oriented programming (OOP) is at the core of Java. In fact, all Java programs are to at least some extent

Read more
Java Tutorial 

Java Program to print Odd numbers from 1 to n or 1 to 100

February 10, 2020 Krishna Basic java, basic java programming, Java, java program, Java Program to print Odd numbers from 1 to n or 1 to 100, java programming, javac, print odd number

public class JavaEx { public static void main(String args[]) { int n = 100; System.out.print(“Odd Numbers from 1 to “+n+”

Read more
Java Tutorial 

Java Program to print Even numbers from 1 to n or 1 to 100

February 10, 2020 Krishna Basic java, basic java program, Java, java program, Java Program to print Even numbers from 1 to n or 1 to 100, java programming, print even number

public class JavaEx { public static void main(String args[]) { int n = 100; System.out.print(“Even Numbers from 1 to “+n+”

Read more
Java Tutorial 

Java Program to Check Armstrong Number

February 10, 2020February 10, 2020 Krishna Armstrong number, basic java program, Check Armstrong Number, Java, java program, Java Program to Check Armstrong Number, java Proramming, program

public class JavaEx { public static void main(String[] args) { int num = 370, number, temp, total = 0; number

Read more
Java Tutorial 

Java Program to Calculate Power of a Number

February 10, 2020 Krishna basic java program, basic java programming, Basic Program, Java, java program, Java Program to Calculate Power of a Number, Power of a Number

  public class JavaEx { public static void main(String[] args) { int number = 5, p = 5; long result

Read more
Java Tutorial 

Java Program to Add Two Complex Numbers

February 10, 2020 Krishna basic java program, basic java programming, java complex number, java Complex Numbers, java program, Java Program to Add Two, java programming, java tutorials, javac

  public class ComplexNumber{ double real, img; ComplexNumber(double r, double i){ this.real = r; this.img = i; } public static

Read more
  • ← Previous
  • Next →

Recent Article

  • How to resolve -bash: netstat: command not found centos stream 9
  • python script to STT output in a text file
  • New Install Asterisk 18 from source on CentOS Stream 8
  • How to save audio stream from Asterisk to a file via WebSocket
  • create web socket and save data in a text file
  • How to capture and analyze traffic with tcpdump
  • Installing Asterisk 20 From source On Rocky 9
  • html drop down with search from table php mysql
  • How to Install and Use FFmpeg on CentOS 8
  • How to get duration of MP3 or wav any audio File in PHP
  • How to Change location Of MariaDB Data Directory
  • How to check partition details of MySQL table
  • internal server error when download large file php
  • iostat : How to monitor disk activity and CPU load average
  • Webrtc with Asterisk 16 : complete configuration with SIP

Tags

1st Semester Question Paper asterisk basics of java C# coronavirus c program c program example c programming c tutorial c tutorials cyber security download bca question paper Download bca Question Paper december 2017 download ignou bca question dec 2017 download previous year question paper Download Question Paper december 2017 Download Question Paper June 2017 ETHICAL HACKING HACKERS HACKING html ignou IT- Security Java java basics java program java programming java tutorials learn c let us C Linux MySQL NEW TECHNOLOGY Question Paper Download RESEARCH AND INNOVATION security Software software testing technology testing ubuntu UNIX web-app web-site Write a C Program
Copyright © 2025 Eduguru. All rights reserved.
Theme: ColorMag by ThemeGrill. Powered by WordPress.