What is Java Struct?

inbapuvi

inbapuvi

@inbapuvi-ol4SBc Oct 22, 2024
What is mean by struct in java?
Please give me a explanation of struct.😕

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • shalini_goel14

    shalini_goel14

    @shalini-goel14-ASmC2J Jul 20, 2009

    Re: Struct

    Hi inbapuvi,

    I am making an assumption that you are not at all asking about struct of C/C++. Struct is an interface in Java which is used to map SQL objects to java program. See this for the API #-Link-Snipped-#. I never saw its use anywhere these days may be ORM and Hibernate replaces it. It can be used in jdbc connectivity in java when your connection is of SQL type.

    Check this link for more information if can be of any help.
    #-Link-Snipped-#

    Feel free to ask more questions. Good topic to discuss about. 😀