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...


why java does not have operator overloading?

Answers were Sorted based on User's Feedback



why java does not have operator overloading? ..

Answer / ganesh

internally java also supports operator overloading
+operator is overloaded to add integers and strings also so
oo support by java itself bt not by a programmer

Is This Answer Correct ?    6 Yes 2 No

why java does not have operator overloading? ..

Answer / ashwini kumar vatsa

There are no concept of :: sign in java so
there is no concept of operator overloading.

Is This Answer Correct ?    3 Yes 5 No

Post New Answer

More Core Java Interview Questions

Why is java so important?

0 Answers  


What exactly is java?

0 Answers  


Differentiate between stringbuffer and stringbuilder in java.

0 Answers  


What is callable java?

0 Answers  


What is isa relationship?

0 Answers  


how to identify duplicate values in arraylist

2 Answers   TCS,


Is int primitive data type?

0 Answers  


Can we use return in constructor?

0 Answers  


What is main string [] args?

0 Answers  


Why is java called java?

0 Answers  


public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }

0 Answers  


Why does java doesnt suuport unsigned values?

0 Answers   ABC,


Categories