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


Difference between the paint() and repaint() methods?



Difference between the paint() and repaint() methods?..

Answer / ranganathkini

The paint method causes the component and and all its parts
to be painted on the Graphics context tat is passed in as
parameter.

If the component is a light-weight component, then a call to
the component's repaint method which invokes the paint
method as soon as possible. If the component is not a
light-weight component, then calling repaint is the same as
calling the update method.

Is This Answer Correct ?    19 Yes 13 No

Post New Answer

More Core Java Interview Questions

What is final variable?

0 Answers  


Difference between linkedlist and arraylist.

0 Answers  


What do you understand by java?

0 Answers  


What is join () in java?

0 Answers  


Can we convert stringbuilder to string in java?

0 Answers  


When do you create an index?

0 Answers  


Can we extend a class with private constructor?

0 Answers  


What is string and its types?

0 Answers  


What are inner classes or non static nested classes in java?

0 Answers  


Why is static used?

0 Answers  


What is the purpose of using java.lang.class class?

0 Answers  


Can a class be private?

0 Answers  


Categories