Are arrays passed by reference in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by method?
Write java code to print "Hello how are you" Thread1 should have "Hello" Thread2 should have "how are you" both the threads should start at the same time
What is the life cycle of Thread ?
12 Answers HCL, Varnar Softech,
What is flag in java?
Can we override the static methods?
Can list be null in java?
What is a generic type?
System.out.println(101/14) what is the output? a)6 b)14 c)7.14 d)0
What is the arguement of main method?
How does map works in java?
Do extraneous variables affect validity?
We have two methods to create methods the threads. 1. Implementing runnable interface 2. Extending to thread class and overriding run method. Among these two which one is better and why? Please explain me in detail.