What is clipping?
Answers were Sorted based on User's Feedback
Answer / niranjanravi
clipping is the process of confining paint operations to a
limited area or shape.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajkumar
clipping is nothing .move the object one please to
another please.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we catch more than one exception in a single catch block?
What is the benefit of inner / nested classes ?
why we cannot declare static variable inside a static method
can abstract class have constructor how can you achive this ?
What are the features of java?
Is it possible to create object with out its default constructor? if possible how? else not possible? justify
byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?
Why bytecode is called bytecode?
Does anyone still use java?
Why scanner is used in java?
What is java lang object?
What does n mean in java?