Answer Posted / sri
For GUI interface between the user and browser, and
browser fields can make easy with the APPLETS.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
Explain where variables are created in memory?
What are basic keywords?
How do you change an int to a string?
What is a lambda expression ? What's its use ?
Does java list allow null?
Explain about wait() method?
What are the two ways of implementing multi-threading in java?
Can a final variable be manipulated in java?
Is arraylist sorted in java?
What is the difference between call by reference and call by pointer?
What is the intersection and union methods?
What are the restriction imposed on a static method or a static block of code?
How to optimize the javac output?
What is return code?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?