Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) can any one tell me how to implement tcng (Traffic Control Next Generation) with HTB (Hierarchical Token Bucket) in Java?which particular class or API is used for that?
2830Package1 and Package2 both have a method name lets say "methodA" with different implementation. When I import both the packages in a java class how can I use both the methods?
7 11264
How to integrate Hibernate with Servlet or Struts2 web applications?
Write a program to find maximum and minimum number in array?
What is the advantage of ioc in spring?
In which language java is written?
What are the ways by which configuration metadata can be provided to the spring container?
What are the two ways in which thread can be created?
What is jfc? What are the features of jfc?
What is yield () in java?
How to create entity class in hibernate?
Explain the difference between dynamic and non-dynamic changes in the console?
Which memory space does thread stack get allocated from?
What is the difference between the size and capacity of a vector?
Is there any difference between synchronized methods and synchronized statements?
What is difference between singleton and prototype bean?
What happens if I remove static from main method?