You are here

Page not found

Search results

  1. C, C++, and Java programming

    ... programming, C project development , game programming tutorial . You can download C programs , C++ programs , Java programs , and projects from beginner to advanced level. The executable ...

    devyog - 29/09/2020 - 15:48

  2. C, C++, and Java programming tutorials and programs

    ... programming, c project development , game programming tutorial . You can download free C programming examples , C++ source codes , Java programs , programs and projects from beginner to advanced level. The ...

    devyog - 05/07/2018 - 14:10

  3. Java program to open Notepad

    Java program to open Notepad, it's a text editor installed in the Windows ... used for creating and editing text files. You may be writing Java programs in it, but you can also open it from your Java program. How to open Notepad using Java program? import ...

    devyog - 05/12/2019 - 20:46

  4. Java program to compare two strings

    How to compare two strings in Java, i.e., test whether they are equal or not? The compareTo method of ... of its two objects. The method is case sensitive, i.e., "java" and "Java" are two different strings for it. If you wish to compare them without ...

    devyog - 05/12/2019 - 08:42

  5. If else program in Java

    The if-else Java program uses if-else to execute statement(s) when a condition holds. Below ... a simple application that explains the usage of if-else in Java programming language. In the program, a user input marks obtained in an ... = window.adsbygoogle || []).push({}); Java programming if else statement // If else in Java code ...

    devyog - 04/12/2019 - 00:32

  6. Bubble sort in Java

    Bubble sort in Java to sort numbers of an array in ascending/descending order. Bubble sort program in Java import java.util.Scanner ; class BubbleSort {   public ...

    devyog - 05/12/2019 - 20:40

  7. Java program to get IP address

    Java program to print the IP (Internet Protocol) address of a computer system, we use InetAddress class of java.net package, the getLocalHost method returns InetAddress object, which represents the localhost. Java IP address program import java.net.InetAddress ; ...

    devyog - 05/12/2019 - 19:57

  8. Garbage collection in Java

    Java program to perform garbage collection: Free memory in Java virtual machine is printed, and then garbage collection is done using the ... of current RunTime object. Garbage collection program in Java import java.util.* ; class GarbageCollection ...

    devyog - 05/12/2019 - 18:51

  9. Java program to print date and time

    Java date and time program: Java code to print or display current system date and time. We are using the ... class in our program. Don't use Date and Time classes of java.util package as their methods are deprecated, i.e., they may not work in ...

    devyog - 05/12/2019 - 18:35

  10. Binary search in Java

    Java program for binary search: This code implements the binary search ... || []).push({}); Binary search Java program import java.util.Scanner ; class BinarySearch {   public ...

    devyog - 05/12/2019 - 09:11

Pages