Java Program Specialization - What is it? I don't understand it..

Posted by KP65 on Stack Overflow See other posts from Stack Overflow or by KP65
Published on 2010-03-30T19:40:17Z Indexed on 2010/03/30 19:43 UTC
Read the original article Hit count: 604

Filed under:
|
|

I'm reading about program specialization - specifically java and I don't think I quite understand it to be honest. So far what I understand is that it is a method for optimizing efficiency of programs by constraining parameters or inputs? How is that actually done? Can someone maybe explain to me how it helps, and maybe an example of what it actually does and how its done?

Thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about scalability