Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 7 of 7

Thread: Is it object oriented programming safe for website security ?

  1. #1
    Junior Member
    Join Date
    Aug 2018
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Is it object oriented programming safe for website security ?

    Erontech I want to convert this website static to dynamic all function. I want to use object oriented programming. Is is safe for security purpose.

  2. #2
    Junior Member
    Join Date
    Feb 2019
    Location
    Delhi
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Is it object oriented programming safe for website security ?

    object oriented programming is much more safer concept ,it comes with JDBC .its makes much more secure websites.

  3. #3
    Junior Member
    Join Date
    Oct 2018
    Location
    Noida
    Posts
    5
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: Is it object oriented programming safe for website security ?

    I love OOP because it makes it possible to establish clear demarcations between security concepts. For example, between secured and unsecured messages, or between messages secured with different crypto algorithms. I also love strong typing, for it keeps the security demarcations firmly in place, at compile time. Some of the advantages of object-oriented programming include 1. Improved software-development productivity: Object-oriented programming is modular, as it provides separation of duties in object-based program development. It is also extensible, as objects can be extended to include new attributes and behaviors. Java Programming supports the strong concept of oop because java has a more secure language.
    Last edited by Divya Tripathi; September 19th, 2019 at 05:16 AM. Reason: wrong tag
    Regards
    Divya

  4. #4
    Junior Member
    Join Date
    Jan 2020
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Is it object oriented programming safe for website security ?

    Hi Everyone,
    In an object-oriented security paradigm, simply having a reference to an object implies the right to use it. Security is effected by preventing objects from obtaining references to other objects to which they should not have access.

  5. #5
    Junior Member
    Join Date
    Jan 2020
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Is it object oriented programming safe for website security ?

    I don't think there will be any security problem as object-oriented programming was introduced because it was a lot secure. I had this question a while back myself and I searched on the internet about it and found one of the java expert's blog and I loved his explanation on this whole question. I would suggest you check it out as well and if anyone needs any help with college assignments I would suggest taking help from essaywritingnz. They had helped me a lot and would also help you.

  6. #6
    Junior Member
    Join Date
    Mar 2020
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Is it object oriented programming safe for website security ?

    Object oriented programming has nothing to do with security. It's a programming paradigm; a way to organize and communicate about the code. Security can be implemented using a number of languages and programming paradigms. I suggest you start by looking at OWASP: https://en.wikipedia.org/wiki/OWASP

  7. #7
    Junior Member
    Join Date
    Dec 2020
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Is it object oriented programming safe for website security ?

    I believe that Object-Oriented Security is the practice of using common object-oriented design patterns as a mechanism for access control. Such mechanisms are often both easier to use and more effective than traditional security models based on globally-accessible resources protected by access control lists.

    Useful article which was very helpful. also interesting and contains good information.
    to know about python training course , use the below link.

    <a href="https://www.training-in-chennai">Python Training in chennai</a><br>
    <a href="https://www.training-in-chennai">Python Course in chennai</a>

Similar Threads

  1. Replies: 0
    Last Post: September 7th, 2017, 09:40 PM
  2. Hi, i need help about object oriented programming
    By mottogo in forum What's Wrong With My Code?
    Replies: 1
    Last Post: June 9th, 2014, 07:40 AM
  3. Java Programming (Object Oriented Programming) Assignment
    By azmilPhenom in forum Object Oriented Programming
    Replies: 3
    Last Post: December 21st, 2013, 07:26 AM
  4. Object Oriented Programming
    By calebite207 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: November 17th, 2012, 12:27 PM
  5. Object oriented programming
    By merr78 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: February 9th, 2012, 01:32 AM