Answer Posted / rice
Java support Three types of variables
1.)static
2.)Instance
3.)Local
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is difference between an object and a class?
What is square root in java?
Does google use java?
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.
What is the difference between replace and replace all?
Implement a stack with push (), pop() and min() in O(1) time.
Enlist few advantages of inheritance?
Explain jvm, jre, and jdk?
When we should use serialization?
What is difference between static class and normal class?
What is parsing a string?
What is procedure writing?
What is flush () in java?
Explain the purpose of garbage collection in Java?
Explain how to force the garbage collection in java.