Answer Posted / lavanya
Thread is a sub-process.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
If a class is declared without any access modifiers, where can the class be accessed?
What is try-with-resources in java?
What is static class
Why does abstract class have constructor?
Why is the main method static?
What is skeleton and stub? What is the purpose of those?
How do you represent a space in regex java?
What is the difference between pass by reference and pass by pointer?
Can we override private methods?
How many arguments can be passed to main ()?
What if I write static public void instead of public static void in java?
Is string is a data type?
What language is pass by reference?
Can we use both this () and super () in a constructor?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?