logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the correct JavaScript syntax to write ?Hello World??


  • Options
  • A. System.out.println(
  • B. println (
  • C. document.write(
  • D. response.write(

  • Correct Answer
  • document.write( 


  • Technology problems


    Search Results


    • 1. Javascript is interpreted by

    • Options
    • A. Server
    • B. Object
    • C. Client
    • D. None of the above
    • Discuss
    • 2. Write an SQL Query find number of employees according to gender whose DOB is between 01/01/1960 to 31/12/1975.
    • Discuss
    • 3. Write SQL Query to display current date?
    • Discuss
    • 4. What are the types of Collision Resolution Techniques and the methods used in each of the type?
    • Discuss
    • 5. A world wide web contains web pages

    • Options
    • A. residing in many computers linked together using HTML.
    • B. with links to other web pages.
    • C. residing in many computers.
    • D. created using HTML.
    • Discuss
    • 6. Which is more effective while calling the functions?

    • Options
    • A. call by value
    • B. call by reference
    • C. call by pointer
    • D. none
    • Discuss
    • 7. What is the default return type of a function ?

    • Options
    • A. int
    • B. void
    • C. float
    • D. char
    • Discuss
    • 8. What do you mean by friend function in C++ ?
    • Discuss
    • 9. Which of the following is not the member of class?

    • Options
    • A. Virtual function
    • B. Static function
    • C. Friend function
    • D. Const function
    • Discuss
    • 10. Should a main() method be compulsorily declared in all java classes?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment