GitHub has a new service which everyone needs to know about. GitHub Gist, or simply Gist is a service which allows for easy code sharing with each other, publicly or privately. The reason I’m sh... Read More
Category: Tutorials
‘static’ And ‘final’ Keywords In Java
Today we’ll understand the use of static and final keywords in Java. These two are important keywords of Java and are very significant. static Keyword The static keyword can be used with the var... Read More
Understanding Multi-threading In Java With Practical Example
Multithreading in Java allows multiple threads to work at same time. Threads can be described as the small units which work in the background. They work in a way such that main interface of an applica... Read More
How To Use Switch Statement In Android/Java?
In this tutorial, we’re going to explore how to use the Switch statement in developing Android apps using Java. We’re not going to use Android Studio for this purpose. We’re going to... Read More
Download And Install IntelliJ IDEA For Windows
IntelliJ IDEA is one of the best available Integrated Development Environment(IDE) for developing Java programs. It’s developed by the famous JetBrains. This tutorial is all about installing it ... Read More
How To Get Windows 10 Anniversary Update Right Now?
Microsoft’s much anticipated and second big update to Windows 10 is here. It comes with lots of new features, innovations, and improvements. Microsoft has already started rolling out this major ... Read More
How To Remove “Skydrive Pro” Entry From Windows 10 Context Menu?
Some of the users who are using Microsoft Office 2013 are seeing an option (which is disabled) of “Skydrive Pro” in context menu. This option will be present almost everywhere in Windows i... Read More
How To Clear “Show notifications from these apps” Area In Windows 10?
Notifications is one of the area where Windows has got the improvement through Windows 10. Windows 10 introduced notifications even for desktop programs by ditching those yellowish balloon tips. Wind... Read More
How To Remove Intel Graphics Integration From Desktop Context Menu?
This tutorial would be most helpful for those who have low-mid range laptop with Intel Graphics and are experiencing slowdown in Desktop Context Menu. The problem with manufacturers (laptop, graphics... Read More