Answer Posted / rwagatare
java bean is java class which has capacity to support setter
and getter methodes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does the “final” keyword mean in front of a variable? A method? A class?
What is token in java?
Write a function to print Fibonacci series and Tribonacci series?
How we can make copy of a java object?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
Is array primitive data type in java?
What is the difference between array list and vector in java?
What is parameter example?
define polymorphism in java
What is the size of int in 64-bit jvm?
Explain about features of local inner class?
What isan abstract class and when do you use it?
Difference between collection, collection and collections in java?
Is java good for beginners?
Name and explain the types of ways which are used to pass arguments in any function in java.