
Linux History
I shifted to Linux almost a year ago and have learned a lot in this journey. So starting with the History of Linux. Computer Evolution Previously, computers were the size of houses or parks. As a result, you can imagine…
Learn Coding For Free
Learn Coding For Free
I shifted to Linux almost a year ago and have learned a lot in this journey. So starting with the History of Linux. Computer Evolution Previously, computers were the size of houses or parks. As a result, you can imagine…
Activity An activity is a single, focused thing that the user can do. Almost all activities interact with the user, so the Activity class takes care of creating a window for you in which you can place your UI with…
In this post i want to talk about the eight passive income ideas that you need to know if you want to start earning online. Now this is not going to be like the typical post i am going to…
Radix sort is a non-comparative sorting algorithm. It avoids comparison by creating and distributing elements into buckets according to their radix. For elements with more than one significant digit, this bucketing process is repeated for each digit, while preserving the ordering of the prior step,…
Hey peeps, it’s time to get back to the college in an offline mode and I hope that you all are excited and preparing yourself for it. Students who have not purchased a laptop and they’re in search of a…
We’ll cover the following What is Lua? What is Lua used for? Is Lua faster than Python? Lua vs Python Lua Basics Tutorial How do tables work in Lua? How to use C or C++ with Lua Lua is a…
We’ll cover the following What is an interface in Java? Abstract,default and static methods in Interfaces Implementing Interfaces Evolving Interfaces with default methods Multiple inheritance of methods Functional Interfaces What is an interfaces in Java? An interfaces is a type…
We’ll cover the following Class Object Package Inheritance Object as Superclass Exception Handling in Java Checked Exceptions Runtime Exceptions Class A class is a template that describes the data and behavior associated with an instance of that class. A class…
During your Java development time, you will be asked to do certain things, like creating a local variable. The following can be used as a reference for such tasks, so that you how what you have to do. Basics Basic…
Welcome to the course on Software Engineering. We will have a brief introduction to the various issues in Software Engineering, the motivation and the benefits that you will acquire from here. What is Software Engineering ? The definition of Software…