Difference between a Window and a Frame

What is the difference between a Window and a Frame?

FrameWindow
It is a window with title bars and borders.It is an imaginary rectangle area on the monitor.
Frame is within a window.Window will not in a frame.
It has title bar, border, close button, minimize button, resizable and movable options.It does not have title bar, border and any close button.
Frame is a part of a window.Window is not a part of window.
Explain how to draw text over a background image
How to draw text over a background image - BufferedImage img = ImageIO.read(new File('xxx')); // xxx is the path...
Java drawing AWT components related interview questions
Java drawing AWT components - What is paint method? What should we put in paint method? When is it invoked?...
64 JDBC Interview Questions and Answers - Freshers, Experienced
JDBC interview questions and answers for freshers and experienced, jdbc interview faq - In this series, we have covered all about JDBC and answered the questions that might be asked during an interview.
Post your comment