Link to home
Start Free TrialLog in
Avatar of Peter Kiers
Peter KiersFlag for Netherlands

asked on

question about Java

Dear experts,

I don't know if my question belongs in this section.
I love programming, and I want to know what is the
hotest programming language?
and is java an OOP language?

Greetings, Peter Kiers
ASKER CERTIFIED SOLUTION
Avatar of HalfAsleep
HalfAsleep

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Peter Kiers

ASKER

I want to make a knowledge base for myself, i have a picture of
another programm, and I want to make it just like that.
what do you recomment? My knowledbase has to have a treeview
and connected to a database, to store all the data.

Peter


Example.JPG
Thank for the info.

Greetings, Peter Kiers
Avatar of HalfAsleep
HalfAsleep

This is perfectly possible in Java.  The Java framework comes with a large number of classes to build graphical user interfaces, including a treeview, if my memory serves me right.

Working with databases in Java is also very straightforward, so you should be able to do this without much trouble.