by ju-fray August 17, 2010
by ThatsWhatssGood. April 25, 2011
by Down South Boss October 01, 2009
GF: so a boob fell out of my shirt during math class
BF:LOP
GF: YOU CHEATING BASTARD IT'S OVER!
BF:wait nooo!
BF:LOP
GF: YOU CHEATING BASTARD IT'S OVER!
BF:wait nooo!
by PleasureHole February 07, 2011
Bobi:i was trying to walk downstairs and fell then my phone automatically played Rollin'
Jessie:LOP!!!!!!!
Jessie:LOP!!!!!!!
by Delirious_bish78 August 06, 2014
its the new LOL. commonly used on Instant messanger and online chats. defining laughing out loud.
LOP stands for laughing on people.
LOP stands for laughing on people.
by CaptianRonald July 27, 2009
Loss of precision. A LOP is an error when a variable in java has a value much bigger than its limit.
Public static void main urbanUp()
{
Public static void main (String args)
{
/*
*the max value of a Short primitive is 32,767
*since the variable is too big, it will not be handled
*correctly,thus Loss of precision(LOP)
*/
Short bigVariable = 76,832;
System.out.println(bigVariable);
}
}
{
Public static void main (String args)
{
/*
*the max value of a Short primitive is 32,767
*since the variable is too big, it will not be handled
*correctly,thus Loss of precision(LOP)
*/
Short bigVariable = 76,832;
System.out.println(bigVariable);
}
}
by Scottie Davis December 11, 2009