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 1176You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
1 1063
What is the first argument of the string array in main method?
What is the difference between equals() and == in java?
What is parsing in java?
What is lazy class?
what are the different modes of archival? Explain each mode in two lines each?
What is difference between @controller and @restcontroller in spring?
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
How can you inject java collection in spring?
What are the differences between heap and stack memory in java?
How is declarative handling of exceptions done in struts ?
How to create a base64 decoder in java8?
What is an object in java and how is it created?
Explain public static void main(string args[]) in java.
What do you understand by casting in java language? What are the types of casting?
What is the java api?