Answer Posted / ravikiran(aptech mumbai)
static binding will takes place at compile time,and it's
known as compile time binding.variables will undergo static
binding
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
How does queue work in java?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
Differece between class and generic class?
What is a local class in java?
What is generic type?
What is the difference between double and float variables in java?
What are the methods available in a class?
What is meant by the value of a variable?
Which of the following is not an isolation level in the JDBC
Can you add null to a list java?
Can string be considered as a keyword?
What is the difference between the ">>" and " >>>" operators in java?
What are the various access specifiers for java classes?
What is data type modifier?
Can we have this () and super () together?