I am new to salesforce and apex as well. trying to use to understand both while working. I was wondering about following things
Is it possiable to run the Java code inside Salesforce, instead of Apex?
Is it possible to have packages in the Apex code so that I could enable the like wide classed together?
Is there any easy way to debug an Apex application on my local system? At present I am trying to put system.debug and execute it with Salesforce.
Can I configure the environment variable in the salesforce and use it in the Apex?
Thanks a lot for helping me out