Home
Privacy Statement
About Author
Feedback
Report Error
Contact Us
Tutorial
Java Runtime Polymorphisim
OOPs Concept In Java.
How to Build Web Application
Relationship Between Classes
Spring MVC
Spring MVC App By SpringBoot
Spring Boot REST Service
Java Code With Java Doc Comments:
package cons; /** * The class Test */ public class Test { /** * * Main * * @param args the args. */ public static void main(String[] args) { System.out.println(new Test().addTwoNumbers(4, 4.4)); } /** * * Add two numbers * * @param firstNo the first number. * @param nextNumber the next number. * @return double */ private double addTwoNumbers(int firstNo, double nextNumber) { return firstNo + nextNumber; } }
(Support WhatsApp No. 7439236696 to report any issue or to ask for any new feature.)
There is a monthly cost to run this webs site. You may support us through below UPI QR Code or through Buy Me A Coffee .
Report Defect
|
Submit Feedback