I really thought that this would be a simple question. The answer is obviously Java. We have Java skills from using XPages so it just makes sense to answer this question with Java… Except then you look at the java…
I really thought that this would be a simple question. The answer is obviously Java. We have Java skills from using XPages so it just makes sense to answer this question with Java… Except then you look at the java…
A lot has changed since I last wrote a blog post. One of the biggest changes career-wise has been a decision by the company I work for to move away from IBM Domino and switch to a different platform for…
Adding additional methods to an existing class by extending it is not the only thing that you can do with Extends. You can also override existing methods in the extended class. In our StaffInfo class the getInternetAddress will return a…
In todays part I’m going to talk about Extending a class in Java. The concept is very simple, There is an existing class that does 90% of what you need it to do but your application needs some extra functionality…
You must be logged in to post a comment.