Scripts should not directly call Java packages
Actually, We directly call Java packages in the script. Is there any other way to call the java packages? Can any one help me how to call the java packages in other way? Script : function Returnnextstrikedate(strikedon){ var striked = strikedon; var...
