class Me{
private String name;
private String location;
private String[] interests;
private String[] hobbies;
private String portfolio;
Me(){
this.name="Dilton";
this.location="Mumbai, India";
this.interests = new String[] {"Software Development", "IoT", "Machine Learning", "Performance Engineering"};
this.hobbies = new String[] {"Coding", "Cycling", "Swimming", "Skating", "Kickboxing"};
this.portfolio="https://dsouzadilton.github.io/";
}
public void introduce(){
System.out.println("Hey there! I'm "+this.name+".");
}
}
class Main{
public static void main (String[] args) {
Me me = new Me();
me.introduce();
}
}
Pinned Loading
-
-
Health-Monitoring-System-IoT
Health-Monitoring-System-IoT PublicA NodeMCU based health monitoring device that monitors user's pulse rate, SpO2 level and body temperature.
C++
-
TestDataService
TestDataService PublicA lightweight, Redis-powered Test Data Service for Performance & Automation Testing
Java
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
