long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?
3 6816Have you worked on bits programming? examples?What is bit? How many bits are there in the byte?
1 4190How GC (Garbage Collector) knows the objects reference is unused.Whether GC removes the unused object Parmanently or it maintains something.
2 7277what is private constructor?what are the uses of writing private constructor in our program?
10 21819Why 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 22776
How to perform selection sort in java?
Is integer a class?
Is java a utf 8 string?
design an lru cache in java?
Can you give names of Container classes?
What is lexicographically smallest string?
Why main function is static?
Is 0 true or false in java?
why Interface used?
What is the difference between the prefix and postfix forms of the ++ operator?
What is a loop java?
What is java algorithm?
How does arraylist work in java?
Which access specifier can be used with class ?
What are recursive functions?