Question
Which layout should you use to organize the components of a container in a

a.tabular form?

b.CardLayout

c.BorederLayout

d.FlowLayout

e.GridLayout




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 Who won Abel Prize for the year 2015
  • Q What Is a Named Program Unit?
  • Q The Mahatma Gandhi National Rural Employment Guarantee Act was passed in:
  • Q What is the price of the D&B data?
  • Q What are the different techniques used in white box testing
  • Q How many members of the Rajya Sabha are nominated by the President of India?
  • Q In RBI Act 1934 section 26 (2) defines ——- of bank notes.
  • Q Who said "The internet is a good way to get on the net"
  • Q Is it mandatory to use the keywords while writing scenario steps ?
  • Q What is the best time for doing “Qurbani” (slaughtering the halal animal) whether before or after Namaz-e-Eid?
  • Q What will be the result of compiling the following code: public class Test { public static void main (String args []) { int age; age = age + 1; System.out.println("The age is " + age); } } 1) Compiles and runs with no output 2) Compiles and runs printing out The age is 1 3) Compiles but generates a runtime error 4) Does not compile 5) Compiles but generates a compile time error