Latest Answer: equals is the method of object used for comparing the objects where as == is used for numberic comparisions ...
Latest Answer: difference in validator.xml and dyna validator is:validator.xml :In this we have to set the bean like"examplebean.java" where as in dynavalidator or struts validations we assign the bean properties in struts-config.xml no need to ...
Why the Java interpreter can't run directly the applet.Eventhought the Java applet is a compiled Java code?
because they are used as part of a larger applications.
Choice 1 It cannot have any static methods in the class. Choice 2 It must declare the class final. Choice 3 It cannot subclass any other class. Choice 4 It must implement the Threadable
Latest Answer: Choice 3 It cannot subclass any other class. because java supports multiple inheritance with interfaces not with classesChoice 4 It must implement the Threadable interface. another way of creating custom threads using Runnable interface (not thradble)i ...
View page << Previous 7 8 9 10 [11] 12 13 14 15 16 Next >>

Go Top