I'm excited to showcase my coding journey on my blogspot. It's a deep dive into a multitude of programming languages, such as C, Java, Python, and beyond. I tackle challenging interview questions with thorough solutions. Come join me in exploring the world of programming!
Java Basics1
Get link
Facebook
X
Pinterest
Email
Other Apps
class Tejanth
{
void sample()
{
System.out.println("tejanth");
}
}
class Maple
{
Tejanth s=new Tejanth();
s.sample();
}
Comments
Post a Comment