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

TCE Interview Questions
Questions Answers Views Company eMail

B.M DIAGRAMS & S.F DIAGRAMS OF CONTINOUS BEAMS

2941

DESIGN OF TRUSS ELEMENTS

2709

SHEAR FORCE AND BENDING MOMENT DIAGRAMS

2 16610

DESIGN PROCEDURES OF R.C.C ELEMENTS

3 9681

What is the detail function of I/O card in DCS ? Why we dont use the I/O directly with controller?

3 15713

why HT armoured cable does not glanding

4210

what is the procedure for erection of a transformer

1 4684

how to calculate range of level transmitter?

2304

Please any one can provide latest aptitude test,technical test and interview questions for tata consulting engineering (TCE) i need it asap thanks in advance

1999

How to calculate the length of chairs provided to support the top rebar in concrete foundation

2 32145

what is the anchorage length of reinforcement.

1740

Post New TCE Interview Questions




Un-Answered Questions

Mention two types of dislocations.

1075


What does malloc return in C and C++?

994


Input Data: AAABBBCC CCAAABB expected output A3B3C2 A3B2C2 How can I achieve this in Ab initio? where In output count of occurrences should be sorted from high to low

1452


How do you estimate white box testing?

1109


What is database development process?

876


What is a non-durable topic subscriber?

973


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)

2267


What are the steps to take to improve performance of a poor performing query? : sql server database administration

1017


Which all languages Apache Spark supports?

339


What is physical address?

1048


I am trying to open files called "excel 97 templates" with my excel for windows 95, version 7.0. I get the message: "(filename).xls: file format is not valid". Whatgives? Is the "excel 97" saved file just unreadable by my version?

554


what is spadar bar .why I use in DC generator.

1905


What are the advantages of diesel engines?

1058


How is Mixer Brush Tool is used?

23


Upload data from excel into sap?

646