Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
1 1236Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
1 1710
What do you know about validation plugin ?
What is the difference between break and continue statements?
i want test pattern of zylog company and some examples also
What is parsing in java?
How is declarative handling of exceptions done in struts ?
What is java string pool?
what are the different modes of archival? Explain each mode in two lines each?
What is the difference between equals() and == in java?
Realized?
Write a program to find the whether a number is an Armstrong number or not?
explain different ways of using thread? : Java thread
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
How to create a base64 decoder in java8?
What if I write static public void instead of public static void?
How to sort array in descending order in java?