Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) java doesnot support multiple inhetance. but a interface can support.how the ambiguities are rectified in interfaces?
3 6526why we import both packages java.awt.*; and java.awt.event.*; as java.awt.*; can import all classes na. then what is the need of importing java.awt.event.*; ?
3 9715java doesnot support multiple inhetance. but a interface can support.how the ambiguities are rectified in interfaces?
CGI,
2 6020Hi.... I applied for the post of scientific officer/Engineer-SB(Programmer).Please post the syllabus and sample papers.
2000when i m calling java for web browser . so browser it's not support. show error in browser: internal error occur. java.lang.NoClassDefFoundError. will you give me solution why it's not starting browser.? is there any consult with .net framework2.0?
2011why Runnable interface is preferable than extending the Thread class?
Aizza, College School Exams Tests, Sybrant Technologies, Wipro,
7 27041Interface A { String test(); } Interface B { int test(); } Create a class AB which must implements both A & B interfaces.
17 24104printstream class method println() is calling using System class and its static object out .how it is explain any one in detail with example ?
TCS,
1 5388
What is protected in java?
What type of variable is error flag?
What is the base class for all swing components?
Why Java doesn’t support multiple inheritance?
What is immutable state?
What is awt and swing in java?
Is the naming of connection factory independent of the name specified by JMS client?
What does this () mean in constructor chaining concept?
What is tcp and udp?
Explain the jdbc abstraction and dao module
explain local datetime api in java8?
What is the use of jit compiler in java?
Why can't we add products while specifying target catalog entry in promotions?
What is the difference between classpath and build path?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?