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...


What is the Layout for ToolBar?



What is the Layout for ToolBar?..

Answer / anand.s.k

The layout for toolbar is Flow Layout.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Core Java Interview Questions

What will be the output of the program? public class Test { public static void main(String args[]) { ArrayList<String> list = new ArrayList<String>(); list.add("2"); list.add("3"); list.add("4"); list.add("5"); System.out.println("size :"+list.size()); for(int i=0;i<list.size();i++) { list.remove(i); } System.out.println("size after:"+list.size()); } }

5 Answers   Rolta,


we cannot create an object of interface but we can create a variable of it

1 Answers  


What is java virtual machine and how it is considered in context of java’s platform independent feature?

0 Answers  


Are primitives objects?

0 Answers  


Differentiate between class and structure.

0 Answers   Amdocs, Motorola,


Can we use catch statement for checked exceptions?

0 Answers  


Which is the best sorting technique in java?

0 Answers  


define System.out.println(); what is the meaning!

19 Answers   Accenture,


What does jre stand for?

0 Answers  


How to calculate the length of a singly linked list in java?

0 Answers  


Which is bigger float or double java?

0 Answers  


What is lexicographically smallest string?

0 Answers  


Categories