ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Core Java  >>  Java J2EE  >>  Java Related
 
 


 

 
 Core Java interview questions  Core Java Interview Questions
 Advanced Java interview questions  Advanced Java Interview Questions
 Swing interview questions  Swing Interview Questions
 EJB interview questions  EJB Interview Questions
 Servlets interview questions  Servlets Interview Questions
 Struts interview questions  Struts Interview Questions
 JDBC interview questions  JDBC Interview Questions
 JMS interview questions  JMS Interview Questions
 SunOne interview questions  SunOne Interview Questions
 J2EE interview questions  J2EE Interview Questions
 Weblogic interview questions  Weblogic Interview Questions
 Websphere interview questions  Websphere Interview Questions
 Java Networking interview questions  Java Networking Interview Questions
 Java J2EE AllOther interview questions  Java J2EE AllOther Interview Questions
Question
heavy components means what?
 Question Submitted By :: Sumalatha
I also faced this Question!!     Rank Answer Posted By  
 
  Re: heavy components means what?
Answer
# 1
Heavy components are GUI components which depend on a native
peer for displaying themselves. AWT uses heavy weight
components. This means that when u try to create a heavy
component, AWT realizes a native peer or creates a native
object and requests that native object to draw the component
using native APIs.

Heavy components are bad performes as they consume a lot of
system resources and have platform specific look and feel.
Also they are not fast as updates and notifications have to
pass thru several layers of method calls and callbacks to
get executed.

An alternative is the SWING GUI library which does not
depend on native objects for display, they use the Java 2D
API for drawing and display. These objects are much more
light weight and are very fast.
 
Is This Answer Correct ?    0 Yes 0 No
Ranganathkini
 
  Re: heavy components means what?
Answer
# 2
Hi...
Heavy components means , the components that are fully 
dependent on underlaying OS.
Example:Applet
 
Is This Answer Correct ?    0 Yes 0 No
Devarathnam C,kotagudibanda(po
 
 
 
  Re: heavy components means what?
Answer
# 3
Which will load very slowly into the memory
 
Is This Answer Correct ?    0 Yes 0 No
Ravikiran
 
  Re: heavy components means what?
Answer
# 4
lightweight component have transparent pixels which
heavyweight have opaque and also light weight is not dependent
on other objects.
 
Is This Answer Correct ?    0 Yes 0 No
Arjun Sanapathi
 

 
 
 
Other Core Java Interview Questions
 
  Question Asked @ Answers
 
How to call static method? Epoch3
In Java why we write public static void main(String args[]) why not main()? TCS12
what is diffrence between .NET and java?  2
To obtain design information about an object, which class in used?  1
how to call a method in different package?  4
why the wait,notify,notifyall methods are placed in object class?these are the thread concepts why these methods are placed in Object class? Satyam2
Explain final, finalize() and finally?  6
Explain the difference between the Boolean & operator and the && operator?  1
static inner classes means..?  1
Can we declare variables inside a method as Final Variables?  3
what is sendredirect? TCS3
What is the use of bin and lib in JDK?  3
In the first round, there are 30 aptitude and 30 java questions. We are suppose to finish both the papers within 60 minutes. I cleared this round. Next was test for programming skills. In this section, Some 7 n's were asked. 1. What is the difference b/w sleep(1000) and wait(1000) 2. what is the diff b/w static block and static function? 3. Write a program to validate IP address using string tokenizer. 4. Write a program to create singleton class 5. write a function to reverse the string 6. Write a prog to print prime nos upto n. EX: If n=9, It shld print 1,2,3,5,7 7. One program on collections- Write a program to print no. of times a number is repeating in an array. EX- {1,3,1,2,5,7,3,7,34,3,8,3} It should print: 1- 2 times 3- 4 times and so on 7. Write a func to print fibonocci series After this I had technical interview, which went on for. 60 mins or so. There were qn's about multi threading, Exception handling and collection classes. Knowledge about collections was very important for the post I was interviewed for. Huawei1
What is the difference between Stream Reader and Stream Writer?  4
What are different type of access modifiers?  3
what is a transient variable?  4
What is anonymous class?  2
Differences between GridLayout and GridBagLayout?  1
why marker interfaces are there in java Digital-Group3
What is 3-tier model? Wipro3
 
For more Core Java Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com