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

PPL Interview Questions
Questions Answers Views Company eMail

i am sumit did be and mba i was working with icici pru for 8 months now want tto switch out from insurance but find i difficults as interviewer as k u did b ein computers now working in insurance again u want to come out u have no stability and u stay fo very less time in a company.pls help me how ro handle this questions.

2260

I am working on a 11KV system with fault current of 40KA for 1 second. I have selected 2500MVA 11/0.433KV transformer. How can i find the impedance value for this transformer? Please help me.

2 6888

1) what is the difference between development length & overlap length ? 2) why extras are provided at top and bootom in a beam of slab? 3) why stirrups are provided at 0.3l at supports and 0.4l at center? 4) is column a compression memeber if yes how & beam is which type of memeber?

4 28794

Why did you leave your current Jobs?

39 58424

Last year Jose sold a painting for $2000. If he made a 25% profit on the sale, how much had he paid for the painting?

6 30666

I got f1 visa rejected in dec'10, at t5hat time i did not mentioned my immediate uncles's name in Ds160 form who lives in US and has a citizenship.Now i am applying 2nd time. Do i have to mention his name although in first interview i told visa officer i do not have immediate relative in US? Is this the reason of my rejection? I am confused!!! please answer!!!!

1 5839

what is difference b/w Earth and ground

2 7577

Post New PPL Interview Questions




Un-Answered Questions

How can I prevent hyperlinks from appearing when I type an email address?

606


Define metallic fibers?

1


Can you leave a union at any time?

1061


What are Home Equity Loans ?

2208


What are the differences between r3trans and tp in sap-dba.

1


i need to know abt renault nissan company and the rounds and type of questions asked by today

3393


What are two questions that an owner might be able to answer by looking at accounting information?

3542


1)What's the meaning of Absorption,give a example. 2)What's the meaning of Adsorption,give a example. 2)what is the difference between Absorption and Adsorption.

2884


What does ctrl u do in word?

598


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)

2280


What does il do?

965


Does beneficiary have to pay tax on the proceeding of life insurance policy? : insurance sales

593


What are the different agencies of socializations?

1


What is grep family in unix?

937


Which one of the following polarization mechanisms/sets of mechanisms contribute to the static dielectric constant of a homopolar neutral dielectric?

1172