logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Which of the following best describes JavaScript?


  • Options
  • A. a scripting language precompiled in the browser.
  • B. an object-oriented scripting language
  • C. a low-level programming language.
  • D. a compiled scripting language.

  • Correct Answer
  • an object-oriented scripting language 

    Explanation

    JavaScript, often abbreviated as JS, is a high-level, interpreted programming language that conforms to the ECMAScript specification.

     

    JavaScript has

    * curly-bracket syntax,

    * dynamic typing,

    * prototype-based object-orientation, and

    * first-class functions.

     

    Uses :

    It is well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat.

  • Tags: IT Trainer

    Technology problems


    Search Results


    • 1. Which is a reserved word in the java programming language?

    • Options
    • A. Variable
    • B. Identifier
    • C. Keyword
    • D. Main
    • Discuss
    • 2. How do you handle error condition while writing stored procedure or accessing stored procedure from java ?
    • Discuss
    • 3. What is the difference between creating String as new() and literal ?
    • Discuss
    • 4. How can you make sure your dependencies are safe ?
    • Discuss
    • 5. If sub class data member is hiding super class data member then how to access super class data member inside sub class methods?
    • Discuss
    • 6. Is it possible to nest functions in javascript?
    • Discuss
    • 7. Warning implicit declaration of function?
    • Discuss
    • 8. How many constructors can a class have?

    • Options
    • A. 1
    • B. 2
    • C. 4
    • D. None of the above
    • Discuss
    • 9. What compilers apple using ?
    • Discuss
    • 10. What are the different layers of cloud computing?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment