Home / Author Archives: Acmeous@TGC (page 2)

Author Archives: Acmeous@TGC

Feed Subscription
Acmeous - Founder of Acmeous Labs - loves to watch latest web and mobile trends and writes about latest technology and blogging tips.

Tutorial: The Keyword “Final” in Java

Tutorial: The Keyword “Final” in Java

By this time, i hope you have become conversant with the keywords like static and this in Java. In Java programing language ‘final’ is a keyword that is used for different purposes and here is list of all contexts where we ...

Read More »

How to Highlight Post Author Comments in WordPress?

How to Highlight Post Author Comments in WordPress?

When you talk about the World Wide Web, you are very much engrossed into the idea of the vast repository of information; the gateway into the storehouse of information is in technical terms a library of web pages that are scattered all ...

Read More »

Tutorial: Creating Multilevel Hierarchy in Java

Tutorial: Creating Multilevel Hierarchy in Java

In our previous tutorial we have discussed all about Inheritance. What is it? Why it is required? and its different types! Moreover, we have already come across Simple Inheritance, here we will discuss Multilevel Inheritance. It is nothing but the ...

Read More »

Tutorial: How to Return Object from a Method in JAVA

Tutorial: How to Return Object from a Method in JAVA

First we will discuss return type of any method. Then we will see the control flow from invoking code to invoked code and again when control goes back to invoking code. After learning about method overloading and constructor overloading in ...

Read More »

Tutorial: Constructor Overloading in Java

Tutorial: Constructor Overloading in Java

We have already discussed all about Java constructors in our previous tutorial and we have also discussed different types of constructors viz. Default Constructor, Parameterized Constructor and Copy Constructor. Before we delve into the details of constructor overloading we will recapitulate constructor ...

Read More »
Scroll To Top