what are depricated methods ?

Answer Posted / kalpit

Threads suspend,resume and stop are eg of deprecated methods
and are not safe to use.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can an interface have a constructor?

511


Is java based on c?

528


What is the difference between superclass and subclass?

540


Is double bigger than float?

540


What is the dot operator?

563






What is data movement?

661


How will you reverse a link list without using recursion?

591


How static variable work in java?

592


Why packages are used?

540


Explain the difference between treeset and treemap in java?

520


What about interrupt() method of thread class ?

579


I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in

1593


How can a gui component handle its own events?

587


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.

1579


Explain about the performance aspects of core java?

547