Hi All.
So lately i been into Java things.
. Skill building.
. I dont know anything about Java. Everything I am doing like what i will do in C++ or .NET.
So I want to know about Re usability in Java. I know about DLL's and all. but in Java how does it work.
I understand there is a way to include the source and do it. but is that the actual way? On reading more I read about Jar files and how I can import it.
So in my ADF project. I added a JAR file with a single class that will validate a log in. When i try to import the file it does. but as i read in some article i cant add that into project. But when i try to import the class in my ADF class. it compiles without any error. So i am guessing it works.
Can anyone tell more about this. No clue here.
Thanks
So lately i been into Java things.


So I want to know about Re usability in Java. I know about DLL's and all. but in Java how does it work.
I understand there is a way to include the source and do it. but is that the actual way? On reading more I read about Jar files and how I can import it.
So in my ADF project. I added a JAR file with a single class that will validate a log in. When i try to import the file it does. but as i read in some article i cant add that into project. But when i try to import the class in my ADF class. it compiles without any error. So i am guessing it works.
Can anyone tell more about this. No clue here.
Thanks