You are not logged in.
Pages:: 1
#1 2015-07-13 06:38:48
String Buffer:
OOP (Object Oriented Programming) Quizzes Object Class
Question:
Which constructor creates an empty string buffer with the specified capacity as length.
Option A):
StringBuffer(String str)
Option B):
StringBuffer(int capacity)
Option C):
StringBuffer()
Option D):
None
Correct Answer is Option B):
StringBuffer(int capacity)
You cannot discover the new oceans unless you have the courage to lose the sight of the shore.
Offline
2015-07-13 06:38:48
- Advertisement
- Ads By Google
Re: String Buffer:
\n
Pages:: 1