What is an image buffer?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Is JRE required to compile Java files ?

4 Answers   HCL,


What is the equal sign?

0 Answers  


10. class Nav{ 11. public enum Direction { NORTH, SOUTH, EAST, WEST } 12. } 13. public class Sprite{ 14. // insert code here 15. } Which code, inserted at line 14, allows the Sprite class to compile? a)Direction d = NORTH; b)Nav.Direction d = NORTH; c)Direction d = Direction.NORTH; d)Nav.Direction d = Nav.Direction.NORTH;

2 Answers  


To set the position and size of a component, which methods are used?

3 Answers  


What is JVM ? use of JVM?

6 Answers   BVC, Tech Mahindra,






What are the 3 types of control structures?

0 Answers  


write a program that list all permutations of ABCDEF in which A appears before B?

0 Answers   Nissan,


adapter class ?

2 Answers  


Explain what are final variable in java?

0 Answers  


In java, how many ways you can take input from the console?

0 Answers  


What are the different types of sorting in java?

0 Answers  


What do you mean by ordered and sorted in collections in java?

0 Answers  


Categories