what is a thread?
Answers were Sorted based on User's Feedback
Answer / narayana swamy
thread is an object oriented representation of flow of
process(i.e part of process)
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / shiva
In java environment we have to introduce the multipart
program that executes simultaniously depending on the
priority called threads
| Is This Answer Correct ? | 0 Yes | 3 No |
What do you know about the garbage collector?
Does constructor return any value?
What interface is extended by awt event listeners?
Difference between Primary key and unique key?
How to avoid memory leak in java?
What is difference between static variable and global variable?
we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }
How do you remove an element from an arraylist in java?
What is exception propagation?
Java violates few objected oriented concepts. Can you explain in what way?
write a program to create an arraylist with string(add,remove) operation.and value should be enter through keyboard.
What are the elements of java?