Answer Posted / rahul
yes we can access the database using applets but there are
some drawbacks.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is ternary operator?
How java uses the string and stringbuffer classes?
What is a private class in java?
Can a private method be declared as static?
What are class members by default?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
Difference between current previous versions of Java?
How do you make a thread in java?
Why we use multi threading instead of multiprocessing?
What variables are stored in stack?
How do you know if a value is nan?
What is an example of a constant variable?
What is output buffer?
What state does a thread enter when it terminates its processing in java programming?
Can each java object keep track of all the threads that want to exclusively access it?