- (A) Response.Write(Version.ToString() );
- (B) Response.Write(System.Version.ToString() );
- (C) Response.Write(System.Environment.Version.ToString() );
- (D) not possible
Software Engineering Mcqs
- (A) Use the ImageMap control and randomly select a HotSpot to show or hide.
- (B) Use the AdServer control and create an XML file with configuration of the control.
- (C) Use an ImageButton control to predict randomness of the image to be loaded based on the clicks of the control.
- (D) Use the Image control to hold the image and a Calendar control to randomly select a date for each image to be displayed.
- (A) The GridView control
- (B) The DetailsView control
- (C) The FormView control
- (D) The Table control
- (A) Lang package
- (B) util package
- (C) io package
- (D) All of above
- (A) byte to int
- (B) short to int
- (C) long to int
- (D) int to long
- (A) Package
- (B) Wrapper
- (C) Java object
- (D) Collection object
- (A) Deep cloning
- (B) Shallow cloning
- (C) Both of above
- (D) None of above
- (A) java Disassemble
- (B) java Interpreter
- (C) java compiler
- (D) java debugger
- (A) Byte code
- (B) First code
- (C) Mid code
- (D) None of above
- (A) Sub class create object of super class
- (B) Sub class extends Base class
- (C) Sub class extends super class
- (D) All of the above

