Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?
3 7057Have you worked on bits programming? examples?What is bit? How many bits are there in the byte?
1 4290How GC (Garbage Collector) knows the objects reference is unused.Whether GC removes the unused object Parmanently or it maintains something.
2 7421
How can you inject java collection in spring?
Can we extract main method from another class?
What if I write static public void instead of public static void?
What is the resourcebundle class?
Differentiate between static and non-static methods in java.
What is difference between @controller and @restcontroller in spring?
Write a program to find the whether a number is an Armstrong number or not?
what is reflection api? How are they implemented?
Are jvm’s platform independent?
How to sort array in descending order in java?
What is an object in java and how is it created?
explain different ways of using thread? : Java thread
what are the different modes of archival? Explain each mode in two lines each?
What is the java api?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code