What is an image buffer?
Answer / Gajendera Singh
An image buffer is a data structure that stores the pixel information of an image. In Java, it can be represented by various classes like BufferedImage.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is prepared Statement, Callable Statement used for? What is the need of Batch updates?
Are arrays immutable in java?
What is emant by API? is it related to java only or it is common for all OOPS supporting language?
How do you generate random numbers in java?
Is void a return type?
how to identify duplicate values in arraylist
How can we access some class in another class in java?
What is the difference between JDK and JVM?
What are Inner classes?
How do you do absolute value in java?
What is default size of arraylist in java?
what is object type casting? give some example with related?