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

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Wipro Interview Questions
Questions Answers Views Company eMail

Tell me about yourself?

229 551655

why you used Java Script? Can it use for both client side and server side validation purpose?

12 36529

What is Win32?

14 41824

Say about your strengths and weaknesses ?

59 288143

What are Storage Classes in C ?

32 128172

What are advantages and disadvantages of recursive calling ?

12 104022

Marx was belongs to which country

19 27402

What is the difference between SQL, DDL, and DML?

7 73757

what is a template?

2 10376

what is an algorithm in terms of STL?

1 8736

What is the difference between public, private, protected inheritance?

12 63554

What is Virtual Inheritance?

7 18682

What is the difference between operator new and the new operator?

3 14422

What happens if an exception is throws from an, object's constructor and object's destructor?

4 18544

What is the difference between Pointer and a Reference? When you would use them?

4 15091

Post New Wipro Interview Questions


Wipro Interview Questions


Un-Answered Questions

can you please send me SAP Security upgrade documents and guide for CRM 5 and CRM 7 and what are the differeces between crm 5 AND crm 7 according to sap security point of view.

2694


Why do you want to join iNAUTIX?

1165


What is response redirect in c#?

874


If you worked for Ross Stores, what are you doing?

1091


Question 5 [15] Consider the following classes, illustrating the Strategy design pattern: import java.awt.*; abstract class Text { protected TextApplet tA; protected Text(TextApplet tApplet) { tA = tApplet; } abstract public void draw(Graphics g); } class PlainText extends Text { protected PlainText(TextApplet tApplet) { super(tApplet); } public void draw(Graphics g) { g.setColor(tA.getColor()); g.setFont(new Font("Sans-serif", Font.PLAIN, 12)); g.drawString(tA.getText(), 20, 20); } } class CodeText extends Text { protected CodeText(TextApplet tApplet) { super(tApplet); } public void draw(Graphics g) { g.setColor(tA.getColor()); g.setFont(new Font("Monospaced", Font.PLAIN, 12)); g.drawString(tA.getText(), 20, 20); } } public class TextApplet extends java.applet.Applet { protected Text text; protected String textVal; protected Color color; public String getText() { return textVal; } public Color getColor() { return color; } public void init() { textVal = getParameter("text"); String textStyle = getParameter("style"); String textColor = getParameter("color"); if (textStyle == "code") text = new CodeText(this); else text = new PlainText(this); if (textColor == "red") color = Color.RED; else if (textColor == "blue") color = Color.BLUE; else color = Color.BLACK; } public void paint(Graphics g) { text.draw(g); 10 } } The Text class is more complicated than it should be (there is too much coupling between the Text and TextApplet classes). By getting rid of the reference to a TextApplet object in the Text class and setting the colour in the paint() method, one could turn the Text class into an interface and simplify the strategy classes considerably. 5.1 Rewrite the Text and PlainText classes to do what is described above. (6) 5.2 Explain the consequent changes that are necessary to the TextApplet class. (4) 5.3 Write an additional strategy class called FancyText (to go with your simplified strategy classes) to allow fancy text to be displayed for the value "fancy" provided for the style parameter. It should use the font Font ("Serif", Font.ITALIC, 12). (3) 5.4 Explain what changes are necessary to the TextApplet class for this. (2)

2253


how we can calculate chiller required ampear?

2020


Introduce yourself in one minute.

1079


What kind of a salary are you looking for?

2330


can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.

2338


What are high affinity receptors?

538


What is the theme of the Olympic Torch?

1208


What is bluetooth - a technology, a standard, an initiative, or a product?

839


How many ways to create workflows? Which is the best?

773


What does the standard journal entry includes?

1012


Can we deploy SSRS reports on our personal website?

168