Answer Posted / neema
applet communicates each other by using its name.
an applet can be identified by its name
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are unchecked exceptions in java?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
How are observer and observable used in java programming?
What are the two categories of data types in the java programming language?
What is a line separator in java?
What is stream api in java8?
What is java regex?
Does chrome use java?
What is static and final keyword in java?
If a class is declared without any access modifiers, where can the class be accessed?
Why arraylist is used in java?
Is class forname reflection?
What is r in java?
Are arrays static in java?
Why do we use string?