logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is Interpreter in Java?


  • Correct Answer
  • An Interpreter is a program that reads in as input a source program, along with data for the program, and translates the source program step by step The Java interpreter decodes each lines bytecode and runs a series of machine instructions for that bytecode The JVM takes the byte code and generates machine code The byte code is compiled to machine code, and the machine code is executed 

  • Tags: Analyst, IT Trainer, Network Engineer, Project Manager, Software Architect

    Technology problems


    Search Results


    • 1. Difference between %TYPE and %ROWTYPE.
    • Discuss
    • 2. How can we display the output directly to the browser?
    • Discuss
    • 3. What are the support tickets given in SAP fico module? please give some examples.
    • Discuss
    • 4. What is conversion operator ?
    • Discuss
    • 5. A piece of icon or image on a web page associated with another webpage is called

    • Options
    • A. url
    • B. plugin
    • C. hyperlink
    • D. none of the mentioned
    • Discuss
    • 6. Which object is create by UIApplicationMain function at app launch time?
    • Discuss
    • 7. What is meaning of following declaration? int(*p[5])();

    • Options
    • A. p is pointer to function.
    • B. p is array of pointer to function.
    • C. p is pointer to such function which return type is array.
    • D. p is pointer to array of function.
    • Discuss
    • 8. When should we use container classes instead of arrays?
    • Discuss
    • 9. What items are important in every Android project?
    • Discuss
    • 10. State the difference between View and Materialized View ?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment