give me an ex. of unoverloaded method?
Answers were Sorted based on User's Feedback
Answer / ddd
dude u r main function is the example for that.....
it cannot be overloaded
| Is This Answer Correct ? | 24 Yes | 4 No |
Answer / niranjanravi
writeInt() and writeByte() of DataOutputStream class are
examples of unoverloaded methods
| Is This Answer Correct ? | 2 Yes | 5 No |
How will you get a combined string from array of string in vbscript?
Which function is used to perform string comparison?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
how to validate the text in a web table
Could Anybody tell me the VBscript for REVERSE an Integer int reverse(int num) Ex:246 to 642
can any body give the code to write the function for given suppose user login with usrer id and pwd to yahoomail.after cliking "sign in"if it is valid user id the next page will display userid'message box.( Note u have to use excel sheet to retrive the userid's data)
How to open a file. What is the perpose of true and false mode there?
How to remove the spaces in a string Ex: "this is apple"
How to Import data from a file (file is on the desktop) to the data table
How to return a value from function...? you should not tell msgbox, print.. etc.,
Differentiate javascript and vbscript?
Why to add checkpoint in QTP What's the purpose of checkpoints & how to add it