explain multi-threading in java?
No Answer is Posted For this Question
Be the First to Post Answer
What are examples of modifiers?
Give a briefing on the life cycle of a thread.
What is polymorphism java example?
What is bytecode in java ?
What do you mean by thread safe?
What is an exception? difference between Checked and Unchecked exception in Java
0 Answers SkillGun Technologies,
What is a finally block?
What is a buffer in java?
Explain the private protected method modifier?
What is the arraylist in java?
public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }
what is meant by HQL?