Tag: technology
Questions Related to technology
-
MIF,MOF,DIF,DOF
-
DIF,DOF,MID,MOD
-
DIF,DOF,MFLD,DFLD
-
None of the above
-
Set set = new TreeSet();
-
Set set = new HashSet();
-
Set set = new SortedSet();
-
List set = new SortedList();
-
Set set = new LinkedHashSet();
-
CPU register is 64 bit
-
It stores information in hard disk as 64-bit format
-
Data in main memory stored in 64-bit
-
OS is developed using 64-bit compiler
-
MS office
-
IE
-
Windows Mail
-
Windows Media Player
-
Memory overflow error may occure
-
CPU will slow down
-
Hard disk operations may be very slow
-
May slow down pc performance due to more memory fragmentation.
-
Foo.beta() is a valid invocation of beta().
-
Foo.alpha() is a valid invocation of alpha().
-
Method beta() can directly call method alpha().
-
Method alpha() can directly call method beta().
-
0.0
-
Compilation fails.
-
A ParseException is thrown by the parse method at runtime.
-
A NumberFormatException is thrown by the parse method at runtime.
-
Point p = new Point();
-
Line.Point p = new Line.Point();
-
The Point class cannot be instatiated at line 15.
-
Line l = new Line() ; l.Point p = new l.Point();