Can a abstract class be defined without any abstract methods?
No Answer is Posted For this Question
Be the First to Post Answer
how to create constants in java?
Is there a sort function in java?
What is the size of a string in java?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
Can we override static methods in java?
What is a short in java?
How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }
public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }
what is difference Between Core Java and advance java
60 Answers HCL, HP, Sambalpur University, TCS, Vensai Technologies, Wipro,
What is meant by memory leak?
which class is the wait() method defined in? : Java thread
. Define Copy Constructor in Java