Can applet in different page/s communicate with each other?
1.Socket communication
2.RMI communication
3.HTTP communication.
| Is This Answer Correct ? | 1 Yes | 0 No |
Describe how to implement singleton design pattern in struts.
What type of value does sizeof return?
Write a factorial program using recursion in java?
Does sprintf allocate memory?
what do you mean by marker interface in java?
Can you declare the main method as final?
What is local declaration?
What is Interface?
Can we iterate through collection using for loop?
Explain the JDB in depth & command line.
when asub class inherits a super class and overrides a public method of super class in sub class(public method in super class). why these methods needs to be public in sub class. (otherwise compile time error).
How do I remove a character from a string in java?