Hello Frnds......
Anyone Know About How To Take 1 Milion's Of Character As A Input
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Hello Frnds......
Anyone Know About How To Take 1 Milion's Of Character As A Input
Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for new members.
Moved from Introductions.
Can you describe the problem a bit more? Do you expect a user to enter millions of characters, read from a file, or . . . . ?
I Want To Take Input From Anything..Except OF File..
I know It is to large to give input but i want to know only how can i take..
What have you tried? Are you having any problems with it?
There are few restrictions on the number of bytes a program can read. The main one is the amount of memory that has been reserved for the program to use.
The java command has command line options to change the size of the memory that the program uses.
If you don't understand my answer, don't ignore it, ask a question.