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 12717What 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.
1 1917Write a program using call by refernce for two different classes to explain to print whether a given number is automorphic or not.
1 1947Write 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.
1 2018Topic- 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.
1 2143class 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 8693
What is the first argument of the string array in main method?
Differentiate between static and non-static methods in java.
What is parsing in java?
What do you mean by an interface in java?
Find Best Job Vacancies across the world on Jooble!
Realized?
Write a program to print count of empty strings in java 8?
What if I write static public void instead of public static void?
What do you understand by casting in java language? What are the types of casting?
What is the java api?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
What is the difference between equals() and == in java?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
What is a constructor overloading in java?
Can we extract main method from another class?