What is thread?

Answer Posted / avijit

Thread is a light weight process.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is google full form?

536


What is use of static method?

535


What are the difference between string, string builder, and string buffer in java?

552


What are access specifiers available in java?

579


What are the two ways of implementing multi-threading in java?

816






For ease of programming you can consider the maze as a 2D array with colors represented by below integer and characters (in capital letters). • B - Black • W -White • G- Green • R- Red R B W B W W W W W W B W B B W W W W W W W B W B W W W B W W W W B B W W W B W W W B W W B B B B W B W B W W B W W W B W W W B B B W W B W W W B W W B W B W W W B W B W W W W B B W W W W B W W W W W G Shortest Route Problem: • Solution that finds the shortest Route between Red and Green  White will have 1 Weight.  Red and Green carry no weights.  Shortest path is the path with less weight when you add up the weights in the path.

1583


Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?

1022


can used Protected Class outside Function.?

614


How do you pass by reference?

535


How do you include a string in java?

524


Give me an example of array and linked list? Where they can be used?

557


Why parameters should be passed by reference?

502


Which sorting is best in java?

535


Have you ever used hashtable and dictionary?

577


What is the final variable?

582