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

    efaculty.in › about-java

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

    2026-07-08
  2. Automorphic Number Program in Java

    efaculty.in › 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

    2026-07-08
  3. Binary to Decimal Number Program in Java

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

    5O6ejTRaYdmkN-OeyUkFpK1Iro5q9x-ahZlSGCm_HjGVOB6gyX6xYHxEo&_nc_ht=scontent-bom1-1.xx&oh=12f8795ae855e17eddad4346331687e6&oe=5E6E9889", "url": "https://www.facebook.com/TARGETwithAlok/", "jobTitle": "Software Developer … ", "birthPlace": "India", "nationality": "Indian" }], "address": { "@type": "PostalAddress", "streetAddress": "H.

    2026-07-08
  4. Adding Element In Array Program in Java

    efaculty.in › 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(

    2026-07-08
  5. Array of structures in C Language

    efaculty.in › 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 […]

    2026-07-08