Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) There are 2 classes . Class A and Class B. In Class A i declared a variable in private. if we can access this private variable in Class B. If yes means , how we can access ?
7 12395What is
Write a class which checks whether a given number is prime or not. Write another class to implement the behavior of previous class and print the series of twin prime number upto a given range.
1843Write a program using call by refernce for two different classes to explain to print whether a given number is automorphic or not.
1883Write a program for the following topic - switch case,looping using fuction calling,nesting,console input output. Aim- to print a menu:- 1-series 2-single value. Each menu having sub menu armstrong or perfect.
1955Topic- looping,function overloading,nesting ,polymorphism. Aim - to write a function with a name buzz-buds,that will check whether the given numbers are buddies or not on the basis of no. of parameters passed during function calling.
2065class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.
2 8527
What is spring hibernate integration?
What is a Null object?
What does @repository do in spring?
Tell me the latest versions in java related areas?
Difference between get and post in java servlets?
Can a class be declared as protected?
What is the benefit of hibernate tools eclipse plugin?
Can we pass null as argument in java?
Why collection doesn’t extend cloneable and serializable interfaces?
How do I stop nullpointerexception?
Is java swing deprecated?
Define ripple effect?
Does anyone still use java?
What is meant by annotation in hibernate?
Briefly describe the 2 ways in which the class property can be used.