how many access specifiers are available in java
Answers were Sorted based on User's Feedback
Answer / manikandan
There are 4 access specifiers available , they are
(1) Public
(2) Protected
(3) Default
(4) Private
and their scopes are
Access|Scope|
Speci | |CLASS | SUBCLASS | PACKAGE |GLOBAL
--------------------------------------------------------------
PUBLIC YES YES YES YES
PROTECTED YES YES YES NO
DEFAULT YES YES NO NO
PRIVATE YES NO NO NO
| Is This Answer Correct ? | 6 Yes | 9 No |
solve (x-1)(x-9)=8;
3 Answers IBM, Manhattan, TCS,
explain how many oops concepts available in java with realtime scenarios?
What is tcp ip in java?
What is bytecode verifier?
What is module in project?
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).
What is java algorithm?
what is function overloading in java?
0 Answers Tavant Technologies, TCS, Virtusa,
When garbage collector invokes object?s finalize() method?
Can a class be defined inside an interface?
What happens when a thrown exception is not handled?
What is an example of procedure?