1.what is the exact difference between applet and frame?
2.Do we use main method in frames?
Answer Posted / lokhande pranali
There is one more diff in applet and frame that is applet does not support the native code but frame support the native code
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are different types of classloaders?
What does java se mean?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
how are methods defined?
What are the two types of java?
What are different types of encoding?
Explain java coding standards for classes or java coding conventions for classes?
What are synchronized methods ?
How do you use compareto in java?
What does microservices mean?
Can you override static methods?
Which number is denoted by leading 0x or 0x in java?
What is the length of a string?
Which programming language is best in future?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }