What is the difference between a Window and a Frame?
Answer Posted / nageswara rao mothukuri
A window is a imaginary rectangle area on the moniter.
A frame is also a window with title bars and borders.
Now u r reading this answer is on a frame.This not the
window,but bydefault all are calling this as a window.
| Is This Answer Correct ? | 43 Yes | 7 No |
Post New Answer View All Answers
What do you mean by pointer value and address?
What is gui programming?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
Can we use string in switch case in java?
How to sort array in descending order in java?
Is finalize() similar to a destructor?
what is the purpose of "virtual"?
Explain method local inner classes ?
'A class is a template for an object' explain this statement.
Why do we use variables?
placement papaers of spring computing technology
Can you explain the usages of class.forname()?
Explain throw keyword in java?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
What is io stream in java?