My Blogs

.Net Core Vs .Net framework
In This Blog, I have discussed about Difference Between .Net Core and .Net Framework. The .NET is a versatile application platform that is both free and open-source. It is developed and supported by Microsoft and empowers developers to create a wide range of applications such as mobile apps, web applications, games, cloud-based applications, and Windows applications.


The String Data Type in Java
In This Blog, I have discussed about String Data Type in Java. The String class is a pre-defined class in the Java library, just like other classes System and Scanner. However, unlike primitive types, the String type is considered a reference type. In Java, any class can be used as a reference type for a variable.

System.exit() Method in Java
In This Blog, I have discussed about System.exit() Method In Java. The System.exit() method in Java is used to terminate the currently running Java Virtual Machine (JVM). It takes an integer parameter that specifies the exit status of the program. The exit status is the value that is returned to the operating system when the program terminates.

Writing Markup with JSX in React
In This Blog, I have discussed about Markup with JSX. JSX is a JavaScript syntax extension that allows you to write HTML-like markup inside a JavaScript file. It is not required to use JSX in React, but it is recommended as it makes writing code more concise and easier to read.