Answer Posted / rameez hassan
dynamic modifier and static modifier
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
how would you implement a thread pool? : Java thread
What is the difference between comparison done by equals method and == operator?
Is java a digit method?
How is a variable stored in memory?
What is ‘is-a ‘ relationship in java?
Does unicode support all languages?
What is locale in java?
How to convert string to char and vice versa?
What is stack example?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
Can inner class extend any class?
Difference between a process and a program?
Can we write multiple catch blocks under single try block?
What does || mean in code?
How hashmap works in java?