what is java

Answer Posted / gokul d

java is a package.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

9241


Can we change the value of static variable?

502


Implement a stack with push (), pop() and min() in O(1) time.

638


What is the base class of all classes?

572


Why we override equals() method?

571






What is the difference between an interface and an abstract class?

542


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.

1585


What is treeset in java?

547


What is the static field modifier?

599


What are the two types of streams offered by java 8?

515


What is a substring of a string?

567


What is type conversion in java?

583


What is variable declaration and definition?

544


What is the difference between the size and capacity of a vector?

571


What is meant by object oriented programming – oop?

545