Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) what is mutability?which one is mutable String or StringBuffer?and why?give examples of each which shows the mutability of each String or StringBuffer
4 26828How to add two numbers with out using Arithmetic , union operators in java....? But we can use bitwise operators... but how...?
4 12709Can we access private data outside of the class directly in java programming language? Why There is no runtime checking in java, which leads to access the private data directly outside of a class?
5 11362What is the need to implement Serializable interface (with no methods) for objects which are to be serialized ? We can write our own functionality which writes objects to streams then why we need to implement and tell JVM that which objects can be serialized.
6 15899what is the purpose of method overriding in java where v r completely re-defining a inherited method instead y can't v create a new method and define.If the question is very silly plz excuse me and do reply.Thank U!
7 29466If a multi threaded Java program has started numerous number of threads, at any point in time how to know which thread is currently executing/running ?
7 15859
what is a thread pool in java and why is it used?
What is the use of @bean annotation in spring?
What is the difference between txdatasource and datasource?
What is an exception in java?
What is "this" keyword in java? Explain
What is thread stack size? What is the default thread stack size in windows?
os is developed in c no java is more secured then c na why dont the os developed is developed using java
Garbage collection in java?
How we create object in copy constructor?
What is db persistence?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
How to consume message from jms queue in soa 12c?
How does a for loop work java?
Which jdbc drivers will run your program?
What is a bytes message?