ttmind

Main Content

Please wait...

"My Journey Toward Becoming a YouTuber"

Hello! My name is Anish Chamlagain, and I'm really excited to introduce myself. I come from a warm and supportive family that includes my father Yam Chamlagain, my mother Sabitra Chamlagain, and my sister Yamuna Chamlagain. Their encouragement has been a big part of my journey and continues to motivate me every day. One of my biggest passions is gaming, and it has become a huge part of my life. I love exploring new games, learning strategies, and challenging myself in competitive environ ....Read More
Write a Java program to check whether Java is installed on your computer? Source Code: public class TestProgram { public static void main(String[] args) { System.out.println("\nJava Version: " + System.getProperty("java.version")); System.out.println("Java Runtime Version: " + System.getProperty("java.runtime.version")); System.out.println("Java Home: " + System.getProperty("java.home")); System.out.println("Java Vendor: " + System.getProperty("java.vendor")); System.out.println("J ....Read More

Android releases its new version, Android 9 Pie (2018)

Android 9 Pie Following the release of Android 8 Oreo in the year 2017, 2018 has been the year of Android 9 Pie. The new Android version has come up with the official name as Android 9 Pie. This version is now available on pixel phones and will soon be available to other devices throughout the end of this year. The new Android 9 Pie offers various new features, updates, and improvements that include design changes, changes in AI and additional helpful short shortcuts. This time Google ....Read More