What is Applet Flickering ?
Answer / rajesh manem
: When an applet is executing some graphics using a thread,
some color desolution will be happening, this is called as
flickering
Is This Answer Correct ? | 9 Yes | 0 No |
Which non-unicode letter characters may be used as the first character of an identifier?
84. try { 85. ResourceConnection con = resourceFactory.getConnection(); 86. Results r = con.query(”GET INFO FROM CUSTOMER”); 87. info = r.getData(); 88. con.close(); 89. } catch (ResourceException re) { 90. errorLog.write(re.getMessage()); 91. } 92. return info; Which is true if a ResourceException is thrown on line 86? 1 Line 92 will not execute. 2 The connection will not be retrieved in line 85. 3 The resource connection will not be closed on line 88. 4 The enclosing method will throw an exception to its caller.
Explain about method local inner classes or local inner classes in java?
How do you sort an array in java?
What are the common problems you have faced while implementing Java?
where can we get jAVA project orientation traing in HYDERABD
What is printwriter in java?
How many threads can I run java?
What is the ResourceBundle?
2 Answers Elementus Technologies,
How do you use parseint in java?
who can we create the object of a class? in how many ways we can create it (max 5)
Explain about static nested classes in java?