What is meant by packages?

Answer Posted / ania

it is a collection of class files.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by multithreaded program?

587


What is a singleton class in Java?

536


What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?

655


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.

1602


What is the exact difference in between Unicast and Multicast object? Where will it be used?

616






What is thread life cycle in java?

619


Describe method overriding

629


Is overriding possible in java?

537


What is illegal identifier in java?

573


What is the difference between class forname and new?

580


How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?

615


What is void class in java?

559


How do you generate random numbers in java?

555


What are predefined functions?

617


Is call by reference possible in java?

572