What modifiers may be used with an inner class that is a member of an outer class in java programming?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between scrollbar and scrollpane?
I have 100 records in a table with two rows. I need to display 10 records per page like Google Search. I need only the Logic(Pagination) in Pure Java. No JSP and all..Thanks in Advance...
Is sizeof a preprocessor?
11. static class A { 12. void process() throws Exception { throw new Exception(); } 13. } 14. static class B extends A { 15. void process() { System.out.println(”B”); } 16. } 17. public static void main(String[] args) { 18. new B().process(); 19. } What is the result? 1 B 2 The code runs with no output. 3 Compilation fails because of an error in line 12. 4 Compilation fails because of an error in line 15.
What are the different tags provided in jstl?
Can you override static method in java?
explain the life cycle of thread?
10 Answers CTS, NIIT, TCS,
what is Remote Reference Layer ?
What function extracts specified characters from a string?
Is map sorted in java?
How do you reverse a word in java?
Can a lock be acquired on a class in java programming?