How does marker interface provides functionality to the implemented class ? or How dose maker interface gets the functionalities as serialization or cloning.
4 8925Scenario: 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 8022I 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 7441Post New Cap Gemini Core Java Interview Questions
What is dynasets in ms access?
What is active screen?
What are the main steps in java to make JDBC connectivity?
What is the size of int in 64-bit jvm?
What is front controller in zend framework?
Differentiate between .net web services and .net remoting?
What is before string in c#?
What does ** (double star) and * (star) do for python parameters?
What is meant by 'Class access modifiers'?
Explain why do people clear the screen multiple times when using a calculator?
why you are opting BPO jobs if you having a degree of MSc?
Which book of aryabhatta is regarded as a great contribution in astronomy?
How reliable is udp?
What is CDN?
Which is better jpa or jdbc?