Answer Posted / modi[achir communication]
All methods in StringBuffer class are Synchronized whereas
in StringBuilder class methods are not synchronized.
StringBuilder is faster than StringBuffer because of the
synchronized method in StringBuffer.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is TL and its use?
Can constructors be synchronized in java?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
Why a client should be multithreading? Explain.
What is a modular application?
What are local interfaces? Describe.
What are the steps to write p-to-p model application?
Do we need to override service() method
Is there a guarantee of uniqueness for entity beans?
What are externizable interface?
How to implement RMI in Java?
What is the highest-level event class of the event-delegation model?
What is the RMI and Socket?
which book is better for jdbc ,servlets and jsp
Why does the option tag render selected=selected instead of just selected?