What is Stream and Types?
Answers were Sorted based on User's Feedback
Answer / ram nidadavolu
A stream is a sequence of data
General Types of Streams...
1.ByteStream-console input
read()- one character
readLine()- one string
2.characterstream- File
FileInputStream - store the content to the file.
FileOutputStream - Get the content from the file.
Is This Answer Correct ? | 5 Yes | 1 No |
difference between sql exception class and sql warning class
How to send a request to garbage collector?
What are local interfaces? Describe.
what do u mean by java bean??
What is the diffrence between a local-tx-datasource and a xa-datasource?
What is the difference between the font and fontmetrics classes?
For an example, if we have some variable in run method, and we created one or more threads. Does all threads will share the same variable or a copy of variable is created for each thread??
How do you iterate in Hashmap?
In connection pool,when 100 clients are requesting, in pool 100 objects is there, when another client is making request how it will work
What are the different types of exception?
What are the oops concept?
Can I import same package/class twice? Will the jvm load the package twice at runtime?