Why arraylist is not synchronized in java example?
No Answer is Posted For this Question
Be the First to Post Answer
hi to all,i have a question on static block. i saved below as test.java class test extends a { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p as static test static but if i change base class as test class then class test { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a extends test { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p test static explain me why "a static" wasn't print in second code when it is in derived class
Explain JSP life cycle
How do you write a scanner class in java?
What does java final mean?
What is a byte string?
Explain about oops concepts.
0 Answers Aditi Placement Service,
What is independent and dependent variables in research?
What do you understand by the term string pool?
What are parsers? Dom vs sax parser.
What is structure of java heap? What is perm gen space in heap?
How will you reverse a link list without using recursion?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
0 Answers Akamai Technologies,