Answer Posted / arjun sanapathi
lightweight component have transparent pixels which
heavyweight have opaque and also light weight is not dependent
on other objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what access modifiers can be used for methods?
How to make a non daemon thread as daemon?
Explain the inheritance?
What is final keyword in java? Give an example.
How to remove the trailing spaces from a string?
What is flush buffer?
What is the difference between multitasking and multithreading in Java
What is the map interface in java programming?
Can we use both this () and super () in a constructor?
Can we have any other return type than void for main method?
Is Constructor possible in abstract class in java ?
How java enabled high performance?
What are accessor methods in java?
What comes to mind when someone mentions a shallow copy in java?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.