long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?
3 6828Have you worked on bits programming? examples?What is bit? How many bits are there in the byte?
1 4202How GC (Garbage Collector) knows the objects reference is unused.Whether GC removes the unused object Parmanently or it maintains something.
2 7280what is private constructor?what are the uses of writing private constructor in our program?
10 21856Why 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 22802
What are the core java topics?
How does arraylist size increase in java?
Can we execute a program without main?
What is the instance of an object?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
Why local variables are stored in stack?
How do you sing an Applet ?
What do you know about the garbage collector?
What is the importance of static variable?
What is the difference between preemptive scheduling and time slicing in java programming?
Explain super keyword in java.
Why do I need to declare the type of a variable in java?
What is qms certification?
What is nan inf?
How to optimize the javac output?