Latest Answer: Legacy classes are something like old verson ...
Latest Answer: There is no concept called Assertion present in Java. Exception is the program error which arises due to uncontrolable condition. This condition can be arised automatically from to program code(Eg. DataBase Connectivity, File handling) or condition can ...
Latest Answer: abstract, final, strictfp, static, transient and volatile ...
Latest Answer: static double ceil(double d) The method ceil() returns the smallest double value that is greater than or equal to the argument d, and is equal to a mathematical integer.static double floor(double d) The method floor() returns the largest double value ...
Latest Answer: wait(),notify(),notifyAll() ...
Latest Answer: object--throwble---error/exception ...
Latest Answer: string obj are immutabble where as String buffer obj are mutable ...
Latest Answer: It allows the client to define the methods it calls from the container ...
Latest Answer: Because it has methods like useful for all the classes, like wait, notify, notifyall, clone and gc, these methods are common use for all classes. ...
Latest Answer: Access specifire define the scope of member ie up to where it is accesblemodire chang the property of member ...
View page << Previous 5 6 7 8 [9] 10 11 12 13 14 Next >>

Go Top