Java Developer Question:
Download Questions PDF

Can you please explain the difference between Window and a Frame in Java Programming?

Answer:

The Frame class extends Window to define a main application window that can have a menu bar.

Download Java Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Can you please explain the difference between static and a non-static inner class in Java Programming?When an object reference be cast to an interface reference in Java Programming?