Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Different types of Layouts?

Answers were Sorted based on User's Feedback



Different types of Layouts?..

Answer / niranjanravi

BorderLayOut,GridBagLayout,GridLayout,CardLayout

Is This Answer Correct ?    58 Yes 16 No

Different types of Layouts?..

Answer / ravikiran(aptech mumbai)

border layout
flow layout
grid layout
cardlayout
gridbag layout

Is This Answer Correct ?    46 Yes 11 No

Different types of Layouts?..

Answer / mani

PROCESS LAYOUT
PRODUCT LAYOUT
COMBINED LAYOUT
FIXED POSITION LAYOUT
CELLULAR LAYOUT

Is This Answer Correct ?    38 Yes 7 No

Different types of Layouts?..

Answer / queenie dias

product layout
process layout
fixed psition layout

Is This Answer Correct ?    32 Yes 11 No

Different types of Layouts?..

Answer / rachit kapoor

THERE ARE FOUR TYPES OF LAYOUT
PRODUCT LAYOUT (LINE LAYOUT)
PROCESS LAYOUT (FUNCTIONAL LAYOUT)
FIXED POSITION LAYOUT (PROJECT LAYOUT)
GROUP LAYOUT (COMBINATION LAYOUT OR CELLULAR LAYOUT)

Is This Answer Correct ?    23 Yes 3 No

Different types of Layouts?..

Answer / chandrarekha

FlowLayout and rest are the same as above....

Is This Answer Correct ?    26 Yes 9 No

Different types of Layouts?..

Answer / prakash

Types of Layouts in Production management are:
1. Product Layout
2. Process Layout
3. Fixed Layout
4. Combined or Group Layout
5. Office Layout

Is This Answer Correct ?    6 Yes 0 No

Different types of Layouts?..

Answer / soujanya

fixed position layout
process- oriented layout
office layout
retail layout
warehouse layout
product-oriented layout--->a special in dis is cellular
layout work cells

Is This Answer Correct ?    8 Yes 9 No

Different types of Layouts?..

Answer / jatin

grid layout.
simple layout.
pinboard layout.

Is This Answer Correct ?    14 Yes 16 No

Different types of Layouts?..

Answer / azra

Indented form of layouts
Full Block form of layouts
Semi Block form of layouts
Hanging Paragraph form of layouts
Demi Offical form of layouts
The Noma form of layouts

Is This Answer Correct ?    6 Yes 9 No

Post New Answer

More Core Java Interview Questions

If an object reference is set to null, will the garbage collector immediately free the memory held by that object?

0 Answers  


What is tcp ip in java?

0 Answers  


What is double word?

0 Answers  


Is alive and join method in java?

0 Answers  


What is Collection interface?

1 Answers   Zensar,


How to print an arraylist in java?

0 Answers  


Explain polymorphism citing an example.

0 Answers   Amazon,


Can an anonymous class be declared as implementing an interface and extending a class?

2 Answers  


What do you understand by java virtual machine?

0 Answers  


hi to all,i have a question on static block. i saved below as test.java class test extends a { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p as static test static but if i change base class as test class then class test { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a extends test { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p test static explain me why "a static" wasn't print in second code when it is in derived class

1 Answers  


How to convert string to int in java?

1 Answers  


What is append in java?

0 Answers  


Categories