public static java class in Shared Source

Can I use static class in my java service? Is there any performance issue?

You will not get any performance issues for using static class. Just I want to know why are you going to use static class? Is there any specific requirement for this?

I need use class to make my code clean. The admin people don’t want me put the jar file in the integration server. So I have to find my way.