About 5 results (442ms)
Results adapted to your current session Sign in to personalize →
  1. efaculty.in

    efaculty.in › about-java

    About Java

    Java is an Object Oriented,High level, Robust and Secured programming language. Java Application Running on 3+ billions devices.

    schedule Updated 08 Jul 2026

  2. efaculty.in

    efaculty.in › binary-to-decimal-number-program-in-java

    Binary to Decimal Number Program in Java

    decimal to binary java program how to convert binary to decimal in java how to convert binary to decimal in java program java tutorials program decimal to binary in c program to convert … binary java","decimal to binary java program","how to convert binary to decimal in java","how to convert binary to decimal in java program","java tutorials","program decimal to binary

    schedule Updated 08 Jul 2026

  3. efaculty.in

    efaculty.in › adding-element-in-array-program-in-java

    Adding Element In Array Program in Java

    import java.util.Scanner; public class AddingElementInArray { public static void main(String[] args) { int arr[] = new int[10]; Scanner sc = new Scanner(System.in); for (int i = 0; i < 10; i++) { System.out.print(

    schedule Updated 08 Jul 2026

  4. efaculty.in

    efaculty.in › automorphic-number-program-in-java

    Automorphic Number Program in Java

    An Automorphic number is a number whose square “ends” in the same digits as the number itself. Examples: 5*5 = 25, 6*6 = 36, 25*25 = 625

    schedule Updated 08 Jul 2026

  5. efaculty.in

    efaculty.in › array-of-structures-in-c-language

    Array of structures in C Language

    Pointers to Structures You can define pointers to structures in the same way as you define pointer to any other variable − struct Books *struct_pointer; Now, you can store the address of a structure variable in the above defined pointer variable. To find the address of a structure variable, place the ‘&’; operator before the […]

    schedule Updated 08 Jul 2026