What is the specification of ?CODEBASE? in an applet?
When the applet class file is not in the same directory
codebase is used.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is static binding and where it occurs?
When do we use hashset over treeset?
what is the difference b/w PUT and POST method to send data to the server
What is left shift and right shift?
Write code to implement bubble sort in java?
What is size of int in java?
How does thread synchronization occurs inside a monitor?
What is sizeof () operator?
Is java pass by value or pass by reference?
What are the restrictions that are applied to the java static methods?
Explain the features of java?
in a constructor what happen if u call super and this in the same class? i know that it is not possible to call both in the same one? if we call what will happen?