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 12485What 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.
1855Write a program using call by refernce for two different classes to explain to print whether a given number is automorphic or not.
1892Write 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.
1969Topic- 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.
2086class 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 8567
Do you know how are multi-byte characters used with weblogic jdriver?
Explain wrapper classes in java?
Is hibernate faster than jdbc?
Do subclasses inherit annotations?
Explain when we should make an instance variable private.
What is spring boot rest api? : Spring Boot
I get an exception if I remove the static modifier from main?
What are the ways to insert the collection concept in spring?
Does spring boot require web xml? : Spring Boot
What is administered objects in jms?
How components are used in hibernate?
How can we upload the file to the server using servlet?
What is DDP?
Explain about arraylist?
How many types of weblogic installation ?