Is Java is 100% pure OOPS? Explain?

Answer Posted / sreevani

No, Java is not 100% pure OOPS. As it does not support the E-
Com server.

Is This Answer Correct ?    16 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does %d do in java?

578


What is independent and dependent variables in research?

466


What is the difference between an interface and an abstract class?

535


How we can generate random numbers in java?

601


What is an inner class in java?

523






Are there structures in java?

552


What is the difference between state-based unit testing and interaction-based unit testing?

493


Can we cast any other type to boolean type with type casting?

535


Why object class is super class for every class in java?

569


What is the difference between comparison done by equals method and == operator?

569


How will you invoke any external process in java?

600


For ease of programming you can consider the maze as a 2D array with colors represented by below integer and characters (in capital letters). • B - Black • W -White • G- Green • R- Red R B W B W W W W W W B W B B W W W W W W W B W B W W W B W W W W B B W W W B W W W B W W B B B B W B W B W W B W W W B W W W B B B W W B W W W B W W B W B W W W B W B W W W W B B W W W W B W W W W W G Shortest Route Problem: • Solution that finds the shortest Route between Red and Green  White will have 1 Weight.  Red and Green carry no weights.  Shortest path is the path with less weight when you add up the weights in the path.

1581


Can a method be overloaded based on different return type but same argument type?

546


What is difference between core java and java ee?

468


How use .contains in java?

617