Explain the differences between public, private, protected
and static?
Answer Posted / quins welfred
this is not true in all cases.
| Is This Answer Correct ? | 19 Yes | 19 No |
Post New Answer View All Answers
What is the main advantage of passing argument by reference?
Explain the difference between runnable and callable interface in java?
What is mean by exception?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What is static import in java?
What is native code?
What is the tradeoff between using an unordered array versus an ordered array?
What are the steps that are followed when two computers connect through tcp?
What is a nested structure?
Does java have extension methods?
What is the maximum size of a string in java?
What are implicit objects in java?
What does 3 dots mean in java?
Is set sorted in java?