Searching for "Java"

Q:

 ______________ among the following is not a type of JavaScript.

 

A) text/JavaScript B) text/ecmascript
C) text/vbscript D) JavaScript vbscript
 
Answer & Explanation Answer: D) JavaScript vbscript

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

Q:

______________ among the following is a Language of JavaScript.

A) text/JavaScript B) text/ecmascript
C) text/vbscript D) JavaScript vbscript
 
Answer & Explanation Answer: D) JavaScript vbscript

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

Q:

Psidium guajava is the scientific name of ___________.

A) Guava B) Mango
C) Bamboo D) Jack fruit
 
Answer & Explanation Answer: A) Guava

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

Q:

Who invented JavaScript the programming language?

A) Brendan Eich B) Willem Einthoven
C) George Eastman D) Emil Erlenmeyer
 
Answer & Explanation Answer: A) Brendan Eich

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT

Q:

In Computer programming API is set of subroutinedefinitions, protocols, and tools for building software andapplications. Which among the following is an applicationprogramming interface for the programming language Java,which defines how a client may access a database?

A) J2EE B) JDK
C) JAVA SE D) JDBC
 
Answer & Explanation Answer: D) JDBC

Explanation:

Java Database Connectivity (JDBC) is an applicationprogramming interface (API) for the programminglanguage Java, which defines how a client may accessa database. It is part of the Java Standard Editionplatform, from Oracle Corporation

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

Q:

Which of the following are capabilities of functions in JavaScript?

A) Accept parameters B) Return a value
C) Accept parameters and Return a value D) None of the above
 
Answer & Explanation Answer: A) Accept parameters

Explanation:

Accept parameters are capabilities of functions in JavaScript.

Report Error

View Answer Report Error Discuss

Filed Under: Java
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Database Administration , IT Trainer

Q:

How to call a constructor in java?

Answer

Constructor chaining is the process of calling one constructor from another constructor with respect to current object.





Within same class: It can be done using this() keyword for constructors in same class


From base class: by using super() keyword to call constructor from the base class.

Report Error

View answer Workspace Report Error Discuss

Q:

Is it possible to nest functions in javascript?

Answer

Yes, it is possible to nest functions in javascript.

Report Error

View answer Workspace Report Error Discuss

Subject: Java
Job Role: IT Trainer