How does marker interface provides functionality to the implemented class ? or How dose maker interface gets the functionalities as serialization or cloning.
4 8901Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.
4 8004I declared main() method as private. But it still running and displaying the output. Please Answer it . Code Snippet as Below: import java.io.*; class over { private static void main(String[] args) { int high = Integer.MAX_VALUE; int overflow = high + 1; int low = Integer.MIN_VALUE; int underflow = low - 1; System.out.println(high + "\n" +overflow +"\n"+ low +"\n"+underflow); //System.out.println(overflow); //System.out.println(low); //System.out.println(underflow); } }
4 7414Post New Cap Gemini Core Java Interview Questions
Where are the Delphi 4 InterBase Certificate Keys and IDs located?
source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.
What is tcode se16? For what is it used.
What are the testing kinds that can be supported by selenium?
can an automatic recovery be initiated by a user? : Sql server administration
For which storage type the dynamic coordinate reference number will be usually configured.
Will there be still an e2 plan?
what was your best learning experience?
How can you check the internet connection status in silverlight?
What is httpinterceptor?
What exactly is spark?
What is the use of centre tag?
explain about effect of mass production.
Is numeric in jquery?
What does a href mean?