program to find 25 square = 625 here the 625 of last two digits is equal to 25, i don't know excatly what this type of number is called
1 4386i need to know the website that i can compile and run a java code in online.(while system doesn't contain any jdk and jre)
2125i need to know the site which compiles and run the java program completely in online... thank you for your reply in advance
2 4172Features of JAVA ? In which version of java synchronizedXXX() methods are included in Collections class.
NIIT,
1 7000all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
4 7772all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
CFG,
8 9619
What is broken and continue statement?
How to change the priority of thread or how to set priority of thread?
What is == in java?
What is the purpose of file class?
What is implicit object in java?
What are recursive functions? Give some examples?
Is singleton class immutable?
How can we access some class in another class in java?
What is a bufferedreader?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
How many types of threads are there in java?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
What is java life cycle?
Is void a return type?
Why main method is called first in java?