How Applets & Servlets will communicate with each other?
Answers were Sorted based on User's Feedback
1.RMI Communication
2.Socket communication
3.HTTP Communication
| Is This Answer Correct ? | 3 Yes | 1 No |
What do you understand by access specifiers in Java?
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an <applet> tag?. code,height & width. 26. What does 'CODEBASE' in an applet tag specify?. Files absolute path.
What is the difference between the boolean & operator and the && operator in java programming?
What is the properties class in java programming?
What is the base class in java from which all classes are derived?
Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.
What is the difference between access specifiers and access modifiers in java?
What is an array in java?
Why does it take so much time to access an applet having swing components the first time?
What is a Transient Object?
0 Answers InfoAxon Technologies,
Can applet in different page/s communicate with each other?
How does final modifier work?