What does it mean that a method or field is “static”?
No Answer is Posted For this Question
Be the First to Post Answer
Does java linked list allow duplicates?
What is concurrent hashmap and its features?
why java does not support mulitple inheritance directly?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
How do you create a null object?
What are the basic control structures?
What is a two-pass assembler?
Hi Friends, Can u give few interview questions which relates ArrayList and Hashmap. I mean how to link ArrayList and HashMap.I know this is not good way of asking questions like this , but i need
Can we split string with in java?
Have you used any version control ? if so explain about it?
What is the covariant return type?
How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }