Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the % operator?

Answers were Sorted based on User's Feedback



What is the % operator?..

Answer / ravikiran(aptech mumbai)

% is the modulus operator which will results in giving the
remainder of two numbers who stays as operands

Is This Answer Correct ?    5 Yes 0 No

What is the % operator?..

Answer / mohammed salim

% is a modulus operator..And it returns the remainder of
the division operation.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Core Java Interview Questions

What is null data type?

0 Answers  


Is Java is 100% pure OOPS? Explain?

27 Answers   ANZ,


What is string in java?

0 Answers  


What methodology can be employed to locate substrings inside a string?

0 Answers  


What is floating data type?

0 Answers  


What is Restrictions in hibernate?

1 Answers   Bally Technologies,


Can we cast any other type to boolean type with type casting?

0 Answers  


11. static class A { 12. void process() throws Exception { throw new Exception(); } 13. } 14. static class B extends A { 15. void process() { System.out.println(”B”); } 16. } 17. public static void main(String[] args) { 18. new B().process(); 19. } What is the result? 1 B 2 The code runs with no output. 3 Compilation fails because of an error in line 12. 4 Compilation fails because of an error in line 15.

6 Answers  


What is java english?

0 Answers  


we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }

3 Answers  


what is the use of Clonable,and serializable interface?

1 Answers  


What are implicit objects in java?

0 Answers  


Categories