What is collections framework?
No Answer is Posted For this Question
Be the First to Post Answer
What is numeric promotion?
if am have 100 threads(for ex:T1,T2---T100) how we give priority to these threads and how the system excute these threads
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); }
is set interface synchronized by default???
What is difference between static class and normal class?
What about member inner classes?
I have a string like _a01_a02_a03_ and another string like _2_1.5_4_ as input.I want to extract a01,a02... to a string array and 2,1.5,etc to a double array with a01 corresponds to 2 and a02 to 1.5 etc. Need code in core java.. Can you do it?
What is a parent class in java?
What is fail fast in java?
what is the difference between String and StringBuffer classes?
Is string is a keyword in java?
Write a program to find the whether a number is an Armstrong number or not?