Comment What I'm wondering about... (Score 1) 623
Is why anyone in their right mind would use an object-oriented language where ALL objects are COM objects to develop web-based applications. I'm a java developer (who am I kidding? I'm a Code Monkey) working on the web team for a big company, and the major recurring theme is SECURITY.
Obviously, you wouldn't want a function to read text from an html header file be able to open up the passwerds.txt file if you "accidentally" pass it the right filepath.
Obviously, you wouldn't want EVERY FREAKING OBJECT you create to be able to access EVERY AUTOMATABLE function in the windows API.
i have no sig.
Obviously, you wouldn't want a function to read text from an html header file be able to open up the passwerds.txt file if you "accidentally" pass it the right filepath.
Obviously, you wouldn't want EVERY FREAKING OBJECT you create to be able to access EVERY AUTOMATABLE function in the windows API.
i have no sig.