What is Blockchain

Fed up doing c/c++, java, python courses, and want to explore something interesting, here is my next blog guys taking you all away from real coding to a more important and emerging technology being unnoticed from you all. Believe me or not, it has the potential to change the future of technology and mankind. I know y'all might be thinking that Artificial Intelligence and Machine Learning will dominate the coming years in IT sectors, but this is a bit different from what you think and what you've heard till now. We've to keep our gate of knowledge always open to the things we aren't aware of. You never know when and where you would encounter an opportunity for the same.

‘this’ Keyword in Java

In this post we're going to see one of the most important and most useful topic i.e 'this' keyword in java. This is the topic of concern because as soon as one starts with OOP concept, 'this' keyword is encountered more often and people just ignore it considering it as a part of syntax. But as a matter of fact it has variety of applications from coding point of view which simplifies the code and makes it more understandable than before.

STATIC KEYWORD IN JAVA

While getting started with any programming language, there are some keywords which we might just overlook or ignore at once and keep on going with the rest of it. In this blog I will be discussing one of the most overlooked and important keyword in Java. I must tell you this blog is not only for the people who are familiar with Java but for every programmer who faces the difficulty with the concept of 'static' keyword.