class Waterbottle
{
public void drink(){
System.out.println("Drinking quarter in waterbottle");
}
}
class Boys
{
public static void main(String[] args)
{
Waterbottle wb = new Waterbottle();
wb.drink();
}
}
class Waterbottle
{
public void drink(){
System.out.println("Drinking quarter in waterbottle");
}
}
class Boys
{
public static void main(String[] args)
{
Waterbottle wb = new Waterbottle();
wb.drink();
}
}
For further actions, you may consider blocking this person and/or reporting abuse
Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.
Lakshmi Pritha Nadesan -
Lakshmi Pritha Nadesan -
Lakshmi Pritha Nadesan -
Cloud Native Engineer -
Top comments (0)