How the elements are organized in GridLayout?
Answers were Sorted based on User's Feedback
Answer / niranjanravi
THE ELEMENTS IN THE GridLayOut are organised according to
the grids.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kajalpreet kaur
elements are arranged in rows and column format in grid layout.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we call thread start () twice?
What is use of super keyword?
What is the difference between iterator and enumeration ?
How many objects are created for a singleton class
Which Component subclass is used for drawing and painting?
What is the covariant return type?
Is Java Class Threadsafe ????? How to make Java class Thread safe??
Which oo concept is achieved by using overloading and overriding?
What does int argc char * argv [] mean?
Explain what is encapsulation?
What is annotation in java?
What are nested classes in java?