How do you reverse sort in java?
No Answer is Posted For this Question
Be the First to Post Answer
Can a constructor be private and how are this() and super() method used with constructor?
0 Answers Flextronics, Hexaware,
IN java collections we have both interfaces and classes. instead of using interfaces why we can't use classes only like that why we can't use interfaces only. why we need two things interface and class.
Difference between String and String Buffer?
What does substring mean?
Explain the difference between runnable and callable interface in java?
Tell me about your ability to work under pressure
What is overloading and overriding in java?
Why is static used?
hi am an engineering student and my next plan is for ms in either in us or australia i got my passport but i dont know anything bout visa can u give brief idea 1)How to get prepared for visa and 2)How to apply for top universities and 3)How to pay the fee and so on These all are basic questions plz give me a clear idea
Can you tell me range of byte?
ublic class Java_Coding_Samples { public static void JavaHungr(NumberFormatException ae){ System.out.println("integer"); } public static void JavaHungry(Exception e){ System.out.println("string"); } public static void JavaHungry(ArithmeticException ae){ System.out.println("object"); } public static void main(String[] args) { JavaHungry(null); }
difference throws and throw in java