long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?
3 6701Have you worked on bits programming? examples?What is bit? How many bits are there in the byte?
1 4123How GC (Garbage Collector) knows the objects reference is unused.Whether GC removes the unused object Parmanently or it maintains something.
2 7189what is private constructor?what are the uses of writing private constructor in our program?
10 21566Why 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 22614
What is jit compiler ?
What is stream api in java8?
What is thread pool in java with example?
Which arithmetic operations can result in the throwing of an arithmeticexception?
Why is java so important?
What is the meaning of variable in research?
How do you remove duplicates in java?
Can java object be locked down for exclusive use by a given thread?
What is r in java?
What is an example of procedure?
Can you instantiate the math class in Java?
How define set in java?
What will be the initial value of an object reference which is defined as an instance variable?
Is there a case when finally will not execute?
What is collection class in java? List down its methods and interfaces.