What is default Buffersize of any Bufferedclass?

Questions by sureshpasam

Showing Answers 1 - 5 of 5 Answers

Dinesh

  • Nov 19th, 2005
 

Default Buffer size is 8KB.

  Was this answer useful?  Yes

nagaraju.balla

  • Nov 22nd, 2005
 

Default buffer size is 16characters.

  Was this answer useful?  Yes

prasanth

  • Dec 3rd, 2005
 

default buffersize 512bytes

  Was this answer useful?  Yes

Joseph Kiernan

  • Jul 27th, 2006
 

The default buffer size is not specified for any buffered class and can vary between implementations. All that the Javadoc says is 'The default is large enough for most purposes.' I could tell you what the default is for a particular class in a particular version of a particular vendor's JDK but it could change tomorrow...

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions