Close
Login to Your Account
Faadooengineers
Results 1 to 5 of 5

Thread: Latest Java Interview Questions and Answers Pdf Free Download

Popular topic for study

Low Density Parity Check Codes(LDPC)

LDPC codes are linear block codes with a particular structure for the parity check matrix Read this topic
  1. #1
    Sr. FaaDoO Engineer devsuroor's Avatar
    Join Date
    May 2012
    Posts
    84

    Gender: : Male

    Branch: : Information Technology Engineering

    City : Delhi

    Pdf 32 Latest Java Interview Questions and Answers Pdf Free Download

    1. What is the most important feature of Java?
    Java is a platform independent language.
    2. What do you mean by platform independence?
    Platform independence means that we can write and compile the java code in one platform (eg Windows) and can execute the class in any other supported platform eg (Linux,Solaris,etc).
    3. Are JVM's platform independent?
    JVM's are not platform independent. JVM's are platform specific run time implementation provided by the vendor.
    4. What is a JVM?
    JVM is Java Virtual Machine which is a run time environment for the compiled java class files.
    5. What is the difference between a JDK and a JVM?
    JDK is Java Development Kit which is for development purpose and it includes execution environment also. But JVM is purely a run time environment and hence you will not be able to compile your source files using a JVM.

    Download Attachment........................................


    Attached Files for Direct Download
      File Name:
      File Size:
      79.7 KB
      Total Downloads:
      2415
      File Name:
      File Size:
      27.8 KB
      Total Downloads:
      1391
    * Click on the 'file icon' or 'file name' to start downloading

  2. #2
    Sr. FaaDoO Engineer
    Join Date
    Apr 2012
    Posts
    67

    Gender: : Female

    City : Ankleshwar

    Re: Latest Java Interview Questions and Answers Pdf Free Download

    Hey,

    These are really nice notes. Faadoo alwayz rockxxxxxxxxxxx

  3. #3
    Junior FaaDoO Engineer
    Join Date
    Sep 2013
    Posts
    12

    Branch: : Aeronautical Engineering

    Re: Latest Java Interview Questions and Answers Pdf Free Download

    1. How to define a constant variable in Java?
    The variable should be declared as static and final. So only one copy of the variable exists for all instances of the class and the value can't be changed also.
    static final int PI = 2.14; is an example for constant.
    2. Should a main method be compulsorily declared in all java classes?
    No not required. main method should be defined only if the source class is a java application.
    3. What is the return type of the main method?
    Main method doesn't return anything hence declared void.
    4. Why is the main method declared static?
    main method is called by the JVM even before the instantiation of the class hence it is declared as static.

  4. #4
    Fuchcha FaaDoO Engineer
    Join Date
    Jun 2016
    Posts
    1

    Branch: : Information Technology Engineering

    Re: Latest Java Interview Questions and Answers Pdf Free Download

    superbbbbbbbbbbbbbb cha gay faadooooooo

  5. #5
    Administrator ajaytopgun's Avatar
    Join Date
    Mar 2014
    Posts
    529
    Blog Entries
    2

    Gender: : Male

    Branch: : Mechanical Engineering

    City : Delhi

    Re: Latest Java Interview Questions and Answers Pdf Free Download

    faaaadoooooo wale khus hua

Tags for this Thread