Tag: programming languages

Questions Related to programming languages

  1. Create a JVM for applets.

  2. Extending a web server by providing dynamic web content.

  3. Storing information in applets.

  4. Loading buttons and menus.


Correct Option: B

When a program class implements an interface, it must provide behavior for...

  1. Two methods defined in that interface.

  2. Only certain methods in an interface.

  3. All methods defined in that interface.

  4. Any methods in a class.


Correct Option: C
  1. Java programming is derived from C++.

  2. The Java Virtual Machine(JVM) interprets the program for the native operating system.

  3. The compiler is identical to a C++ compiler.

  4. The APIs do all the work.


Correct Option: B
  1. The server has a built-in JVM.

  2. The browser has a built-in JVM.

  3. The source code is interpreted by the browser.

  4. Applets don''t need a JVM.


Correct Option: B
  1. Tool tip text is the same as the caption

  2. Tool tip text is a tip of the day

  3. Tool tip text is shown when the mouse is held over a object for a period of time

  4. Tool tip text does not exist


Correct Option: C
  1. they can be sorted by type

  2. they can be called at runtime

  3. name functions does not exist

  4. they can be sorted by value


Correct Option: B
  1. vbOKonly

  2. vbExitOnly

  3. vbRetryCancel

  4. vbAbortRetryIgnore


Correct Option: B
  1. Different names

  2. Same name

  3. Both 1 and 2

  4. None of these


Correct Option: B
  1. Project Properties Window

  2. Tool Bar

  3. Tool Box window

  4. Project explorer


Correct Option: A