Free latest PlacementPapers, Interview Questions ....  
Invite Your Friends

Go Back   Free latest PlacementPapers, Interview Questions .... > INTERVIEW QUESTIONS ( FRESHERS & EMPLOYEES ) > Programming > J2EE - Java


  



Reply

 

LinkBack Thread Tools
Old 12-11-08, 02:38 PM   #1 (permalink)
Senior Member
 
Join Date: Nov 2008
Posts: 311
Default Core Java Interview Questions - Part 1




  1. How the elements are organized in BorderLayout?
  2. How to avoid the runtime exception ?
  3. What is deadlock and how to avoid this?
  4. How to add and remove nodes in Jtree?
  5. Can applet in different page/s communicate with each other?
  6. Can an unreachable object become reachable again?
  7. How you can create a radio buttion using Checkbox class?
  8. How GUI component handle its own events?
  9. Without creating a new object, How you can retrieve a String or other object?
  10. How are this() and super() used with constructors?
  11. How are this and super used?
  12. How the elements are organized in GridLayout?
  13. Can you declare a static variable in a method?
  14. Can you call a constructor within a constructor?
  15. Can we declare variables inside a method as Final Variables?
  16. How the elements are organized in GridBagLayout?
  17. Howmany address lines are required to addressing 1 MB memory?
  18. What is lazy activation?
  19. Explain about Superclass and Subclass?
  20. Explain Stream Tokenizer?
  21. Explain Event handling in AWT?
  22. what are ER diagrams?
  23. Does java support multi dimensional arrays ?
  24. Does garbage collection guarantee that a program will not run out of memory?
  25. Difference between String & StringBuffer
  26. Difference between Interface & Abstract class?
  27. Can an anonymous class be declared as implementing an interface and extending a class?
  28. Can an abstract class be final?
  29. Can a lock be acquired on a class?
  30. Difference between Applet & Application?
  31. Difference between canvas class & graphics class?
  32. Define Compiling?
  33. What is the default modifier in Interface?
  34. What will happens if you opened Internet Explorer 4 times?
  35. what are Checked & Unchecked exceptions ?
  36. Can you run the product development on all operating systems ?
  37. Can you have an inner class inside a method and what variables can you access?
  38. Can you have a constructor in abstract class?
  39. Can you extend more than one interface?
  40. Can we access a database using applets?
  41. Can try statements be nested?
  42. Can an exception be rethrown?
  43. Can Applet have constructors?
  44. As a developer what steps do you take to improve the performance?
  45. Does 'true' and 'false' are keywords?
  46. Explain about global variables in Java?
  47. How are commas used in the initialization and iteration parts of a for statement?
__________________
Sai
Prepaid Mobile Recharge Online - Airtel, Vodafone, Idea, BSNL Cellone, Reliance Mobile, Tata Indicom.
sai6606 is offline   Reply With Quote
Old 12-11-08, 02:39 PM   #2 (permalink)
Senior Member
 
Join Date: Nov 2008
Posts: 311
Default Core Java Interview Questions - Part 2

  1. Can a Byte object be cast to a double value?
  2. What is static binding and where it occurs?
  3. what is Remote Reference Layer ?
  4. What is file class and what is its purpose?
  5. Explain Public static void main?
  6. Name two subclasses of the TextComponent class?
  7. What are teh sub-classes of a component class?
  8. What are the names of Component subclasses that support painting?
  9. What primitive Java types? Howmany are they and what are their names?
  10. What are the names of interfaces that doesn't consists of method/s ?
  11. Can you give names of Container classes?
  12. What classes can be used to store arbitrary number of objects ?
  13. Explain Connection Pooling?
  14. Are there any tools available in java to create reports?
  15. Does any tag exists in HTML to upload and download files ?
  16. Is 'sizeof' a keyword?
  17. Is 'null' a keyword?
  18. Is multiple inheritance allowed in Java? Why ?
  19. Are nested try statements are possible?
  20. A class can be a subclass of itself?
  21. Is &&= a valid Java operator?
  22. What are Inner classes?
  23. Name the package that most of the AWT events that supports event-delegation model are defined?
  24. How to display names of all components in a Container?
  25. What we have to do, when we don't want to implement all methods of an interface?
  26. How to re-get an object that is collected by garbage collector?
  27. How to access a variable if it is declared as private?
  28. How to access a method that it declared as protected?
  29. How can a class be accessed, If no access modifiers are declared?
  30. How to add panel to a Frame?
  31. How to prevent a field from serialization ?
  32. How to know the host from which Applet is originated?
  33. What method is used to compare two strings ?
  34. How applets will communicate with each other?
  35. How many times garbage collector will invoke an object?s finalize() method?
  36. How can you take string into InputStream?
  37. How can you reverse a string?
  38. How to transfer data from an Applet to Servlet ?
  39. How to print nodes of a Binary tree?
  40. Can an object?s finalize() method be invoked while it is reachable?
  41. Can an object be garbage collected while it is still reachable?
  42. How to implement a multithreaded applet?
  43. How to find the length and capacity of a string buffer ?
  44. How can you eliminate duplicates?
  45. How can you debug the Java code?
  46. How to convert a string to long?
  47. How to connect to a remote database using Applet?
  48. explain about casting of objects?
  49. What are parent methods and how can you call them?
  50. How the elements are organized in CardLayout?
__________________
Sai
Prepaid Mobile Recharge Online - Airtel, Vodafone, Idea, BSNL Cellone, Reliance Mobile, Tata Indicom.
sai6606 is offline   Reply With Quote
Old 12-11-08, 02:40 PM   #3 (permalink)
Senior Member
 
Join Date: Nov 2008
Posts: 311
Default Core Java Interview Questions - Part 3

  1. What problems will occur when you don?t use layout managers?
  2. primitive data types in Java ?
  3. What are packages and name a few?
  4. What are listeners in java and explain ?
  5. What are E and PI?
  6. What are Access Specifiers and Access Modifiers.
  7. What are advantages of using Java?s layout managers than windowing systems?
  8. What method is used to know the status of Checkbox(i.e it is checked or unchecked)?
  9. What are virtual methods?
  10. what is Vector class?
  11. Name the packages in JDK?
  12. What are other modifiers?
  13. methods in Applet?
  14. What are the operands of instanceof operator?
  15. What are the interfaces defined by Java.lang package?
  16. Different types of modifiers?
  17. Different types of Layouts?
  18. Name the components that are termed to be Heavy-weight component but available in Light-weight components?
  19. What are the common problems you have faced while implementing Java?
  20. What are the advantages of the model over the event- inheritance model?
  21. What are access modifiers in Java ?
  22. What are the Object and Class that classes used for?
  23. What are the OOPS concepts in Java ?
  24. What are order of precedence and associativity, and how are they used?
  25. What are command line arguments?
  26. What are blocks?.
  27. what is the Use of throws exception?
  28. How many bits are allocated to represent character of character sets - Unicode, ASCII, UTF-16, UTF-8?
  29. What is interface and its use?
  30. What is inheritance?
  31. What is hypertext?
  32. What is 'finally' method in Exceptions?
  33. What is "finally" keyword?
  34. How is rounding performed under integer division?
  35. How to do validation of the fields in any project ?
  36. How does a try statement determine which catch clause should be used to handle an exception?
  37. What are the differences between Java 1.0 and Java 2.0?
  38. How do you sing an Applet ?
  39. How do you load an HTML page from an Applet ?
  40. How do you compare two strings? any predefined method for this?
  41. How Applets & Servlets will communicate with each other?
  42. When garbage collector invokes object?s finalize() method?
  43. What is the default initialized value of a boolean type variable?
  44. What is the default initialized value of String type variable?
  45. What class is used to implement a Throwable array?
  46. What is the minimum and maximum length of an identifier?
  47. What are the latest versions in JAVA related areas?
  48. what is the form of storage space in java?
  49. Can a for statement loop indefinitely?
  50. Can a double value be cast to a byte?
__________________
Sai
Prepaid Mobile Recharge Online - Airtel, Vodafone, Idea, BSNL Cellone, Reliance Mobile, Tata Indicom.
sai6606 is offline   Reply With Quote
Old 12-11-08, 02:41 PM   #4 (permalink)
Senior Member
 
Join Date: Nov 2008
Posts: 311
Default Core Java Interview Questions - Part 4

  1. What is an enumeration class?
  2. What is an abstract class and abstract method?
  3. What is an Iterator interface?
  4. What is adapter class?
  5. What is a void return type?
  6. What is unicode?
  7. What is a stream? what are the different types and classes of Streams?
  8. What is a serializable interface?
  9. What is a reflection package?
  10. What is a native method?
  11. What is a layout manager?
  12. What is a default package ?
  13. What is a compilation unit?
  14. How many methods does cloneable interface contains?
  15. What is cloneable interface?
  16. What is a Java package and how is it used?
  17. What is Remote Interface ?
  18. What is an Exception ?
  19. Can we call virtual funciton in a constructor ?
  20. What is constructor and virtual function?
  21. What is Connection pooling? Explain Pros and Cons?
  22. What is AppletStub?
  23. How listener identify that the event came from a particular object?
  24. AWT event listeners extends what interface?
  25. What happens when you assigned a 'double' value to a 'String'?
  26. What happens if an exception is not caught?
  27. What error occurs if a try-catch-finally statement sequence does not have a catch clause?
  28. When you Click a Button, What event will be fired?
  29. What is the specification of ?CODEBASE? in an applet?
  30. Realized?
  31. garbate collector(GC)?
  32. What classes of exceptions, thrown by a throw statement?
  33. What are wrapper classes?
  34. What classes of exceptions, caught by a catch clause?
  35. Java run-time system generates What class of exceptions?
  36. What class is used to create Server side object?
  37. What is the top class of AWT event hierarchy?
  38. What are wrapped classes?
  39. What are virtual functions?
  40. types of applets?.
  41. What are types of Java applications?
  42. transaction attributes ?
  43. In what ways you can handle exception ?
  44. Name the types of mouse event listeners ?
  45. What are the traverses in Binary Tree?
  46. Name the types of 'priority'?
  47. What services that container provides?
  48. Name the runtime exceptions that occurs frequently?
  49. What are the restrictions imposed by a Security Manager on Applets?.
  50. What are the limitations for static method?
__________________
Sai
Prepaid Mobile Recharge Online - Airtel, Vodafone, Idea, BSNL Cellone, Reliance Mobile, Tata Indicom.
sai6606 is offline   Reply With Quote
Old 12-11-08, 02:41 PM   #5 (permalink)
Senior Member
 
Join Date: Nov 2008
Posts: 311
Default Core Java Interview Questions - Part 5

  1. What is procedure overloading?
  2. What is persistence ?
  3. What is numeric promotion?
  4. What is method Overriding in the perspective of OOPS?
  5. What is method Overloading in the perspective of OOPS?
  6. Explain about vector, dictionary,hash table, property classes?
  7. What is static variable and static method?
  8. What is meant by serialisation and deserialisation?
  9. Explain the concept of polymorphism with examples?
  10. What is meant by packages?
  11. Explain method overloading and overriding?
  12. What is files manifesting?
  13. Define interface?
  14. explain the concept of inheritance with an example?
  15. What is the difference between getCodeBase and getDocumentBase methods?
  16. What is meant by final class, methods and variables?
  17. What is an exception?
  18. What is meant by event handling?
  19. Explain in detail about encapsulation with an example?
  20. What is Distributed Application and what is its usage?
  21. What is a deadlock ?
  22. Explain cookies?
  23. What is meant by controls and types?
  24. What is meant by constructor?
  25. When will we use class loader?
  26. What is meant by class loader and how many types are there?
  27. What is casting ?
  28. adapter class ?
  29. What is a super class and how super class be called?
  30. What is a resource leak ?
  31. What is a method ?
  32. What is a class ?
  33. What is meant by Java interpreter?
  34. What is meant by Java ?
  35. What is meant by JVM ?
  36. What is CardLayout?
  37. What is Applet Stub Interface ?
  38. What is Applet Flickering ?
  39. What is an Applet ?
  40. What is light weight component?
  41. What is finally in exception handling?
  42. When finalize method is called?
  43. What is dynamic binding?
  44. What is clipping?
  45. What is casting?
  46. What is audio clip interface? Name few methods of it ?
  47. What is anonymous class?
  48. What is an object?s lock? Give name of object?s that have locks?
  49. what models are available for event handling?
  50. What is an event?
__________________
Sai
Prepaid Mobile Recharge Online - Airtel, Vodafone, Idea, BSNL Cellone, Reliance Mobile, Tata Indicom.
sai6606 is offline   Reply With Quote
Old 12-11-08, 02:42 PM   #6 (permalink)
Senior Member
 
Join Date: Nov 2008
Posts: 311
Default Core Java Interview Questions - Part 6

  1. What is an array and a vector? How they different from each other?
  2. Tell me the difference between an applet and a Japplet?
  3. What is the difference between abstract class and interface?
  4. What is static and a non-static inner class?
  5. Explain the difference between scrollbar and scrollpane?
  6. What is the difference between a public and a non-public class?
  7. What are field variable and local variable?
  8. Explain break statement and continue statement?
  9. What is the difference between a Window and a Frame?
  10. Difference between a Scrollbar and a ScrollPane?
  11. What are invisible components?.
  12. What are interfaces?
  13. What are hot spots in Java programming?
  14. What are different types of Exceptions?.
  15. What are concepts of OOPS and how are they implemented in Java?
  16. Difference between a MenuItem and a CheckboxMenuItem?
  17. Difference between Choice and a List?
  18. Difference between a Canvas and a Scroll Pane?.
  19. What is the difference between Trusted and Untrusted Applet ?
  20. Difference between String and String Buffer?
  21. Difference between Reader/Writer and InputStream/Output Stream?
  22. What is the difference between Integer and int?
  23. Differences between GridLayout and GridBagLayout?
  24. What is the difference between C++ & Java?
  25. Difference between Array and vector?
  26. Default layout of panel and frame?
  27. Default layout of Dialog object?
  28. What is the catch or declare rule for method declarations?
  29. What is the argument type of main() method?
  30. What are event-delegation model and event-inheritance model? Which is best?
  31. What is the Vector class?
  32. What is the SimpleTimeZone class?
  33. What is the Set interface?
  34. What is the immediate parent class of the Applet class?
  35. What is the immediate superclass of Menu?
  36. What is ResourceBundle class?
  37. What is Map interface?
  38. What is Locale class?
  39. List interface?
  40. What is the Layout for ToolBar?
  41. What is the GregorianCalendar class?
  42. What is the Dictionary class?
  43. What is Collections API?
  44. What is Collection interface?
  45. What is the % operator?
  46. What is synchronization? How it can be achieved?
  47. What is singleton class?
  48. What is the difference between serialization and deserialization?
  49. What is serializable interface?
  50. What is protected and friendly?
__________________
Sai
Prepaid Mobile Recharge Online - Airtel, Vodafone, Idea, BSNL Cellone, Reliance Mobile, Tata Indicom.
sai6606 is offline   Reply With Quote
Old 12-11-08, 02:43 PM   #7 (permalink)
Senior Member
 
Join Date: Nov 2008
Posts: 311
Default Core Java Interview Questions - Part 7

  1. What is parameter tag and what is its use?
  2. What is the use of an interface?
  3. What is the use of TL?
  4. What is the superclass of exception?
  5. What is the smallest package in Java API?
  6. What is the return type of a program?s main() method?
  7. Explain the relationship between the Canvas and Graphics class?
  8. What is clipping and repainting and what is the relation between them?
  9. Relationship between an event-listener interface and an event-adapter class?
  10. What is the relationship between a method?s throws clause and the exceptions that can be thrown during the method?s execution?
  11. What is the range of the short datatype?
  12. What is the range of the char type?
  13. What is the purpose of the finally clause?
  14. What enableEvents() method do?
  15. What is System class and its purpose?
  16. What is Runtime class and its purpose?
  17. What is the purpose of the File class?
  18. What is run-time class and system class? what is their purpose?
  19. What is the purpose of finalization?
  20. What is the purpose of a statement block?
  21. What is the preferred size of a component?
  22. What is the order of method invocation in an Applet?
  23. What is the functionality of Webserver?
  24. What is the middleware?
  25. Name the method that used to clear the buffer ?
  26. Which method is used to find that the object is exited or not?
  27. Which method will get invoked first in a stand alone application?
  28. What is the life cycle of an Applet ?
  29. What is the immediate superclass of the Dialog class?
  30. Highest level event class of the event-delegation model?
  31. What is the difference between the >> and >>> operators?
  32. What is the difference between static and non-static variables?
  33. What is the frontend and backedn in Java?
  34. Explain the difference between Unicast and Multicast objects?
  35. What is Unicast and Multicast object? Where we will use?
  36. What is yielding and sleeping? how they different?
  37. What is the difference between throw and throws?
  38. Difference between prefix and postfix forms of the ++operator?
  39. Difference between the paint() and repaint() methods?
  40. Difference between the String and StringBuffer classes?
  41. In which JDK version event-delegation model is introduced?
  42. What are Font and FontMetrics classes?
  43. What are File and RandomAccessFile classes?
  44. Explain the difference between the Boolean & operator and the && operator?
  45. What is the difference between set and list?
  46. Explain the differences between public, private, protected and static?
  47. What is the difference between panel and frame ?
  48. Explain the difference between getAppletInfo and getParameterInfo?
  49. Explain difference between final, finally and finalize?
  50. What is exception and error? and what is the difference between them?
__________________
Sai
Prepaid Mobile Recharge Online - Airtel, Vodafone, Idea, BSNL Cellone, Reliance Mobile, Tata Indicom.
sai6606 is offline   Reply With Quote
Old 12-11-08, 02:44 PM   #8 (permalink)
Senior Member
 
Join Date: Nov 2008
Posts: 311
Default Core Java Interview Questions - Part 8

  1. In what type of containers, Border layout is a default layout?
  2. Which containers may have a MenuBar?
  3. To obtain design information about an object, which class in used?
  4. Name the immediate superclass of the MenuComponent class?
  5. Which class is the immediate superclass of the Container class?
  6. Which class is extended by all other classes?
  7. Which class has no duplicate elements?
  8. Which characters are allowed to use as the second character of an identifier, and which characters are not allowed?
  9. In what types of operations an ArithmeticException will be thrown?
  10. Name the method that is used to set a TextComponent to the read-only state?
  11. What is the method used to get the absolute value of a number?
  12. Which Java operator is right associative?
  13. Name the method of a Container that can be used to cause a container to be laid out and redisplayed?
  14. Which Component subclass is used for drawing and painting?
  15. Where the CardLayout is used?
  16. How 'java' got its name and what it stands for?
  17. What methods are called, When we navigate from one applet to another applet?
  18. While opening the file, what type of exceptions can be caught?
  19. When we will use an Interface and Abstract class?
  20. What is update method and when it is called?
  21. When try and catch block is used ?
  22. When finally clause is executed?
  23. What are init(), start() methods and whey they are called?
  24. When is an object in the mean to garbage collection?
  25. In what circumstances, compiler will supply a default constructor for a class?
  26. When does Exception occurs?
  27. When do you create an index?
  28. Under what circumstances an object reference be cast to an interface reference?
  29. What are MalformedURLException and UnknownHost Exceptions and whey they will be thrown?
  30. What is stop(), suspend(), resume() method?
  31. What happens to the Exception object after handling an exception?
  32. What for read() function?
  33. What is the return type of readLine() when end of a file is reached?
  34. What is the return type of read()?
  35. What are the standards to place package statement within a source code file?
  36. What restrictions are placed on method overloading and method overriding?
  37. What releases of Java technology are currently available? What do they contain?
  38. How a class can implement an interface?
  39. What modifiers are used for interface declaration?
  40. What modifiers are used with an inner class which is a member of an outerclass?
  41. What modifiers are used with a top level class?
  42. What modifiers can be used with a local inner class?
  43. What methods are used in Servlet?Applet communication?
  44. Name the methods that used to get and set the text label displayed by a Buttonobject?
  45. Inorder to specify a container?s layout, which method is used?
  46. What is the root class for all Java classes?
  47. What is your platform?s default character encoding and how to know this?
  48. What is user defined exception?
  49. What is meant by throwing an Exception?
  50. What is the use of ?this??
__________________
Sai
Prepaid Mobile Recharge Online - Airtel, Vodafone, Idea, BSNL Cellone, Reliance Mobile, Tata Indicom.
sai6606 is offline   Reply With Quote
Old 12-11-08, 02:45 PM   #9 (permalink)
Senior Member
 
Join Date: Nov 2008
Posts: 311
Default Core Java Interview Questions - Part 9

  1. why the primitive data type have classes?
  2. How java is platform independent?
  3. what is collatration?
  4. Adapter classes?
  5. static inner classes means..?
  6. what is meant by serialization?
  7. Tell me the Importent classes in net package?
  8. what is meant by multicast?
  9. how to pass the parameters to applets?
  10. what is life cycle of applet?
  11. what are the diffrences between interface and abstract class?
  12. why java is not supporting multiple inheritence?
  13. what is the difference between multitasking and multithreading?
  14. what are the differences between final,finally,finalize methods?
  15. write the hierarchy of component class?
  16. Keywords in Exceptions?
  17. Difference between overloading and overridding?
  18. Features of Java?
  19. Difference between Hash Table and Hash Map?
  20. Difference between array and arraylist.
  21. what is the use of declaring constructor as private?
  22. Difference between abstract class and Interfaces?
  23. Difference between ?System.out.println? and ?System.error.println??
  24. How to call static method?
  25. what do you meant by Runtime Polymorphism?
  26. Why Java is not purely object oriented?
  27. what do you meant by Platform-Independent?
  28. Difference between JDK, JRE, JVM
  29. where u use Abstraction and Interface in real time
  30. what is the difference between the "protected and default" modifiers?
  31. is java support call by reference and call by value, if supports please explain?
  32. Explain, why the constructor is required in implemented class?
  33. What JNDI(Java Naming and Directory Interface) provides?
  34. what is the JNDI?
  35. what is a transient variable?
  36. what are Hostile Applets?
  37. Write a program to create a binary Tree ?
  38. Write a program for recursive Traverse?
  39. What is a Wrapper class?
  40. Why null interfaces are used in Java?
  41. What are null interfaces? Give some examples?
  42. Does Java support multiple Inheritance?
  43. Why are the methods of the Math class are static?
  44. Is Java is 100% pure OOPS? Explain?
  45. Who developed JScript language?
  46. Name the package that always imported by default?
  47. What are the allowed, non-Unicode letter characters that can be used as the first character of an identifier?
  48. To set the position and size of a component, which methods are used?
  49. Which java.util classes and interfaces support event handling?
  50. Which containers use a FlowLayout as their default layout?
__________________
Sai
Prepaid Mobile Recharge Online - Airtel, Vodafone, Idea, BSNL Cellone, Reliance Mobile, Tata Indicom.
sai6606 is offline   Reply With Quote
Old 12-11-08, 02:46 PM   #10 (permalink)
Senior Member
 
Join Date: Nov 2008
Posts: 311
Default Core Java Interview Questions - Part 10

  1. what is the difference between @include page and @include file
  2. what is the difference between ArrayList and Vector
  3. what is the difference between HashMap and Hashtable
  4. why to use transient variables when static variables can be used for Serialization
  5. why java does not support multiple inheritance
  6. what is the difference between cd & dvd ?
  7. What is multiple inheritance & can we implement it in java?
  8. what are depricated methods ?
  9. which class to use when concatenating strings in a loop.
  10. How many bits are used to represent unicodde,ASCII,UTF-16 and UTF-8 characters?
  11. what is the difference between abstract class and Interface?where we can use it in realtime projects?
  12. what is the difference between HashMap And HashTable?
  13. Is it possible to write static method in abstract class? justyfy your answer?
  14. is this possible to create an array of 0 length? if so how? if not so why? coz we have an array in main() likw this "static void main(String [] s) then what it signifies?
  15. which method is used to know the status of the Thread?
  16. class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }
  17. class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?
  18. what is a thread?
  19. what is a package?
  20. Describe inheritance as applied to java?
  21. waht happens when a return type ,even void is specified for a constructor?
  22. what is difference between abstraction and interface?
  23. int a=1; float b=1.0; System.out.println(a==b);
  24. int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b; System.out.println("The value is"+a+b+c;
  25. Which One is optimal to choose ? Syncronized hash map or Hash table with single thread model? How can a hash map syncronized with out using syncrozed blocks in programm?
  26. which swing component is similar to rich text box in .net/vb
  27. Is java supports multiple inheritance? explain?
  28. How do you relate a Interface to a Class? Tell me in Detail?
  29. In Serialization, whether you will use Static variables?
  30. Which is the best way to use for String concatenation in Java?
  31. What is the use join() in Threads ?
  32. What is the use of anonymous inner classes ?
  33. What is the format of Inner Class after it compiled?
  34. What is the life cycle of Thread ?
  35. How to set the Heap size in Java ?
  36. Is JRE required to compile Java files ?
  37. How do you set security in applets?
  38. What are different type of access modifiers?
  39. How many ways can an argument be passed to a subroutine?
  40. what is an object and how do you allocate memory to it?
  41. what are class,constructor and primitive data types?
  42. what is a static block?
  43. Functionality of JVM?
  44. what are the purposes of native, transiant key words?
  45. I/O blocking means?
  46. heavy components means what?
  47. what is meant by string pooling?
  48. can we declare private class in java file?
  49. why the abstract class has default constructor?
  50. what is inner class?
__________________
Sai
Prepaid Mobile Recharge Online - Airtel, Vodafone, Idea, BSNL Cellone, Reliance Mobile, Tata Indicom.
sai6606 is offline   Reply With Quote
Reply

Tags
Core, interview, Java, part, questions

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump


All times are GMT +6.5. The time now is 06:12 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Please Do Not post, copyrighted/internal contents.We are not responsible for any kind of copyrighted material.
If you have objection to any content, please let us know to remove it ASAP.
admin@placementpapers.us