what are the states associated in the thread? : Java thread
No Answer is Posted For this Question
Be the First to Post Answer
What is a function easy definition?
Explain runtime exceptions?
What is serialversionuid?
What is main difference between variable and constant?
What are the parts of methodology?
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); }
Can we call the Thread.sleep in Synchyronozed block?
What are the override methods in Object class?
2 Answers Tech Mahindra, Wipro,
Write program to print Hello World and print each character address in that string and print how many times each character is in that string? Ex: H: 0 & 1 e:1 & 1 l :2,3,8 & 3 o:4,6 & 2 w:5 & 1 r: 7 & 1 d 9 & 1
Which characters are allowed to use as the second character of an identifier, and which characters are not allowed?
What is super constructor?
How do I get a substring?