Home / Programming Questions / Page 1639

Prgramming MCQs Feed | Page - 1639

R

Ram Sharma • 178.09K Points
Coach

(A) LI
(B) OL
(C) UL
(D) None of above

R

Ram Sharma • 178.09K Points
Coach

(A) It specifies formatting and layout instructions for your web page.
(B) It hides programming instructions from view.
(C) It determines the organizational structure of your Web site.
(D) It connects your web site to an operating environment.

S

Shivam • 8.86K Points
Tutor III

(A) Pointers
(B) Constants
(C) Variable
(D) None of the mentioned

R

Ram Sharma • 178.09K Points
Coach

(A) Brackets
(B) Parenthesis
(C) Full stop
(D) Comma

B

Brijesh Goswami • 9.45K Points
Tutor III

(A) threw
(B) throws
(C) throw
(D) catch

R

Ram Sharma • 178.09K Points
Coach

(A) The class Exception, which is derived from the class Object, is the superclass of the class Throwable.
(B) The class Throwable, which is derived from the class Exception, is the superclass of the class Object.
(C) The class Throwable, which is derived from the class Object, is the superclass of the class Exception.
(D) None of these

R

Ram Sharma • 178.09K Points
Coach

Code:
int a = 2 - - 7;
System.out.println(a);
(A) -5
(B) 10
(C) 9
(D) Compiler Error

R

Ram Sharma • 178.09K Points
Coach

(A) .j
(B) .class
(C) .java
(D) None of the above