A great percentage of developers are dealing with APIs everyday. We either integrate a third party API into our application or we develop APIs and make them accessible to other developers. As the importance of API development grows, we also realize that being able to test these APIs properly is…
1 CommentCategory: Java
One of the things that confuse people trying to learn Java is static fields and methods. Although the use of static keyword is very simple, it is easy for beginners to get confused while studying ‘static’. In this article we will look into details of static keyword and clarify the points that confuse developers.
Leave a Comment