long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?
3 6819Have you worked on bits programming? examples?What is bit? How many bits are there in the byte?
1 4191How GC (Garbage Collector) knows the objects reference is unused.Whether GC removes the unused object Parmanently or it maintains something.
2 7278what is private constructor?what are the uses of writing private constructor in our program?
10 21835Why would you desing a J2EE application so user data is entered by way of a JSP page and managed by an underlying Java Beans class?
5 22785
Is null in java?
What are the types of inner classes (non-static nested class) used in java?
What is empty list in java?
What is the difference between path and classpath variables?
What does 3 dots mean in java?
What do you know about the garbage collector in java?
Explain spliterator in java8?
Explain about features of local inner class?
What is difference between ++ I and I ++ in java?
What is java used for?
What is the synchronized method modifier?
How do you calculate square roots?
I want to persist data of objects for later use. What is the best approach to do so?
What is method and methodology?
What is the purpose of java?