Tag: programming languages

Questions Related to programming languages

  1. Response to a specific event.

  2. Events that handle response

  3. Handle screen event.

  4. Handle specific function.


Correct Option: A

Which containers use a FlowLayout as their default layout?

  1. Panel and Applet

  2. Panel and Frame

  3. Frame and Applet

  4. Panel and Jframe


Correct Option: A
  1. SetLayout

  2. SetBoundries

  3. SetBorder

  4. SetLayouts


Correct Option: A
  1. BOOL

  2. bool

  3. Boolean

  4. boolean


Correct Option: A

True or False. Is Foo.Print() a valid statement? Given a class Foo and it has a function public void Print (); Foo f = new Foo (); Foo.Print ();

  1. True

  2. False


Correct Option: B
  1. string [,,] aMatrix;

  2. string [][][] aMatrix;

  3. int [][]aInt= new int[3][];

  4. None of the above.


Correct Option: C
  1. same as Java

  2. kind of like Java

  3. different than Java

  4. written part of Java


Correct Option: C

2) JavaScript is ...

  1. subjective

  2. objective

  3. evil

  4. object based


Correct Option: D