Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
1 1183You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
1 1073
What do you understand by casting in java language? What are the types of casting?
What if I write static public void instead of public static void?
What is a constructor overloading in java?
Can we extract main method from another class?
What is the resourcebundle class?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
What is the difference between equals() and == in java?
What do you mean by an interface in java?
what is reflection api? How are they implemented?
What is the java api?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
Are jvm’s platform independent?
What is the first argument of the string array in main method?
What is java string pool?
What are the contents on web.xml in struts application ?