Question
Which of the following are true?

a. The AWT automatically causes a window to be repainted when a portion of a window has been minimized and then maximized.

b. The AWT automatically causes a window to be repainted when a portion of a window has been covered and then uncovered.

c. The AWT automatically causes a window to be repainted when application data is changed.

d. The AWT does not support repainting operations.




More Java Questions..
Can variables be used in Java without initialization?

What is the difference between java bean and enterprise java bean?

How does the java database connectivity (jdbc) work?

What are the advantages of threads in java?

What Is Java Api For Xml-based Rpc (jax-rpc)?

What is static synchronized method in JDBC API? Give an example?

Should we override finalize method

What is object cloning in Java?

What is difference between notify() and notfiyAll()

Describe java's security model.

Is there is any error if you have multiple main methods in the same class?

What is the name of the method used to schedule a thread for execution?

1) init();

2) start();

3) run();

4) resume();

5) sleep();

Can I import the same package/class twice? Will the JVM load the package twice at runtime?

What releases of Java technology are currently available? What do they contain?

What is asymmetric clustering in WebSphere?

What is pass by value and pass by reference?

What are the actions that can occur when a thread enters blocked state

How do I launch the browser using WebDriver

What is the use of Void(0)?

How does the native language C or C++ understand data types in JAVA



Search
Can you Answer!!
  • Q In terms of the amount of alcohol you get, which is the most expensive: whiskey, beer, or wine?
  • Q What is copy pending status?
  • Q Describe any situations where you took initiative or displayed an entrepreneurial approach.
  • Q Who would perform the Maha Mantra
  • Q How do I use strings to call functions/methods?
  • Q What is haematopoiesis? Explain the mechanism of erythrocyte formation with diagram.
  • Q How can you use PreparedStatement?
  • Q Who elects the deputy chairman of Rajya Sabha:
  • Q What are advantages of using Java's layout managers than windowing systems?
  • Q Why do I get 800A0414 errors?
  • Q What is better to navigate an array of values? To use a pointer or to use a subscripted array name?